home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP Eylül 1998.iso / Slackwar / docs / linux-2.0.34 / Configure.help < prev    next >
Text File  |  1997-06-03  |  223KB  |  4,356 lines

  1. # Maintained by Axel Boldt (boldt@math.ucsb.edu)
  2. #
  3. # This version of the Linux kernel configuration help texts
  4. # corresponds to the kernel versions 2.0.x.
  5. #
  6. # International versions of this file available on the WWW:
  7. #   - http://jf.gee.kyoto-u.ac.jp/JF/JF-ftp/euc/Configure.help.euc
  8. # is a Japanese translation, maintained by Tetsuyasu YAMADA
  9. # (tetsu@cauchy.nslab.ntt.jp).
  10. #   - http://nevod.perm.su/service/linux/doc/kernel/Configure.help
  11. # is a Russian translation, maintained by kaf@linux.nevod.perm.su.
  12. #
  13. # Information about what a kernel is, what it does, how to patch and
  14. # compile it and much more is contained in the Kernel-HOWTO, available
  15. # via ftp (user: anonymous) from sunsite.unc.edu in the directory
  16. # /pub/Linux/docs/HOWTO.
  17. #
  18. # Format of this file: description<nl>variable<nl>helptext<nl><nl>.
  19. # If the question being documented is of type "choice", we list
  20. # only the first occurring config variable. The help texts
  21. # must not contain empty lines. No variable should occur twice; if it
  22. # does, only the first occurrence will be used by Configure. The lines
  23. # in a help text should be indented two positions. Lines starting with
  24. # `#' are ignored. To be nice to menuconfig, limit your lines to 70
  25. # characters. Use emacs' kfill.el to edit this file or you lose.
  26. #
  27. # If you add a help text to this file, please try to be as gentle as
  28. # possible. Don't use unexplained acronyms and generally write for the
  29. # hypothetical user who has just bought a PC, removed Windows,
  30. # installed Linux and is now recompiling the kernel for the first
  31. # time. Tell them what to do if they're unsure. Technical information
  32. # should go in a README in the Documentation directory. Mention all
  33. # the relevant READMEs and HOWTOs in the help text.
  34. #
  35. # All this was shamelessly stolen from several different sources. Many
  36. # thanks to all the contributors.  Feel free to use these help texts
  37. # in your own kernel configuration tools. The texts are copyrighted
  38. # (c) 1995,1996 by Axel Boldt and governed by the GNU Public License.
  39.  
  40. Prompt for development and/or incomplete code/drivers
  41. CONFIG_EXPERIMENTAL
  42.   Some of the various things that Linux supports (such as network
  43.   drivers, filesystems, network protocols, etc.) can be in a state
  44.   of development where the functionality, stability, or the level of
  45.   testing is not yet high enough for general use.  This is usually
  46.   known as the "alpha-test" phase amongst developers.  If a feature is
  47.   currently in alpha-test, then the developers usually discourage
  48.   uninformed widespread use of this feature by the general public to
  49.   avoid "Why doesn't this work?" type mail messages.  However, active
  50.   testing and use of these systems is welcomed.  Just be aware that it
  51.   may not meet the normal level of reliability or it may fail to work
  52.   in some special cases.  Detailed bug reports from people familiar
  53.   with the kernel internals are usually welcomed by the developers.
  54.   Unless you intend to help test and develop a feature or driver that
  55.   falls into this category, or you have a situation that requires
  56.   using these features you should probably say N here, which will
  57.   cause this configure script to present you with fewer choices.  If
  58.   you say Y here, you will be offered the choice of using features or
  59.   drivers that are currently considered to be in the alpha-test phase.
  60.  
  61. Kernel math emulation
  62. CONFIG_MATH_EMULATION
  63.   Linux can emulate a math coprocessor (used for floating point
  64.   operations) if you don't have one. 486DX and Pentium processors have
  65.   a math coprocessor built in, 486SX and 386 do not, unless you added
  66.   a 487DX or 387, respectively.  (The messages during boot time can
  67.   give you some hints here ["man dmesg"]) Everyone needs either a
  68.   coprocessor or this emulation. If you enable this emulation even
  69.   though you have a coprocessor, the coprocessor will be used
  70.   nevertheless. (This behavior can be changed with the kernel command
  71.   line option "no387", which comes handy if your coprocessor is
  72.   broken. See the documentation of your boot loader (lilo or loadlin)
  73.   about how to pass options to the kernel at boot time. The lilo
  74.   procedure is also explained in the SCSI-HOWTO, available via ftp
  75.   (user: anonymous) in sunsite.unc.edu:/pub/Linux/docs/HOWTO.) This
  76.   means that it is a good idea to say Y here if you intend to use this
  77.   kernel on different machines. More information about the internals
  78.   of Linux math coprocessor emulation can be found in
  79.   arch/i386/math-emu/README. If you are not sure, say Y; apart from
  80.   resulting in a 45kB bigger kernel, it won't hurt.
  81.  
  82. Normal floppy disk support
  83. CONFIG_BLK_DEV_FD
  84.   If you want to use your floppy disk drive(s) under Linux, say Y.
  85.   Information about this driver, especially important for IBM Thinkpad
  86.   users, is contained in drivers/block/README.fd.  This driver is also
  87.   available as a module ( = code which can be inserted in and removed
  88.   from the running kernel whenever you want). If you want to compile
  89.   it as a module, say M here and read Documentation/modules.txt.
  90.  
  91. RAM disk support
  92. CONFIG_BLK_DEV_RAM
  93.   Enabling this option will allow you to use a portion of your RAM
  94.   memory as a block device, so that you can make filesystems on it,
  95.   read and write to it and do all the other things that normal block
  96.   devices (such as harddrives) can do.  It is usually used to load and
  97.   store a copy of a minimal root file system off of a floppy into RAM
  98.   during the initial install of Linux.  Note that the kernel command
  99.   line option "ramdisk=XX" is now obsolete.  For details, read
  100.   Documentation/ramdisk.txt. If you want to compile this as a module (
  101.   = code which can be inserted in and removed from the running kernel
  102.   whenever you want), say M and read Documentation/modules.txt.  Most
  103.   normal users won't need the RAM disk functionality, and can thus say
  104.   N here.
  105.  
  106. Initial RAM disk (initrd) support
  107. CONFIG_BLK_DEV_INITRD
  108.   The initial RAM disk is a RAM disk that is loaded by the boot loader
  109.   (LOADLIN or LILO) and that is mounted as root before the normal boot
  110.   procedure. It is typically used to load modules needed to mount the
  111.   "real" root file system, etc. See Documentation/initrd.txt for
  112.   details.
  113.  
  114. Loop device support
  115. CONFIG_BLK_DEV_LOOP
  116.   Enabling this option will allow you to mount a file as a file
  117.   system.  This is useful if you want to check an ISO9660 file system
  118.   before burning the CD, or want to use floppy images without first
  119.   writing them to floppy.  This option also allows one to mount a
  120.   filesystem with encryption.  To use these features, you need a
  121.   recent version of mount (check the file Documentation/Changes for
  122.   location and latest version).  Note that this loop device has
  123.   nothing to do with the loopback device used for network connections
  124.   from the machine to itself.  Most users will answer N here.
  125.  
  126. Enhanced IDE/MFM/RLL disk/cdrom/tape/floppy support
  127. CONFIG_BLK_DEV_IDE
  128.   This will use the full-featured IDE driver to control up to four
  129.   IDE interfaces, for a combination of up to eight IDE
  130.   disk/cdrom/tape/floppy drives.  Useful information about large
  131.   (>540MB) IDE disks, soundcard IDE ports, and other topics, is all
  132.   contained in Documentation/ide.txt.  If you have one or more IDE
  133.   drives, say Y here.  If your system has no IDE drives, or if
  134.   memory requirements are really tight, you could say N here, and
  135.   select the Old harddisk driver instead to save about 13kB of
  136.   memory in the kernel.  To fine-tune IDE drive/interface parameters
  137.   for improved performance, look for the hdparm package at
  138.   sunsite.unc.edu:/pub/Linux/kernel/patches/diskdrives/
  139.  
  140. Old harddisk (MFM/RLL/IDE) driver
  141. CONFIG_BLK_DEV_HD_ONLY
  142.   There are two drivers for MFM/RLL/IDE disks.  Most people use the
  143.   newer enhanced driver, but the old one is still around for two
  144.   reasons.  Some older systems have strange timing problems and seem
  145.   to work only with the old driver (which itself does not work with
  146.   some newer systems).  The other reason is that the old driver is
  147.   smaller, since it lacks the enhanced functionality of the new one.
  148.   This makes it a good choice for systems with very tight memory
  149.   restrictions, or for systems with only older MFM/RLL/ESDI drives.
  150.   Choosing the old driver can save 13kB or so of kernel memory.  If
  151.   you are unsure, then just choose the Enhanced IDE/MFM/RLL driver
  152.   instead of this one.
  153.  
  154. Use old disk-only driver on primary interface
  155. CONFIG_BLK_DEV_HD_IDE
  156.   There are two drivers for MFM/RLL/IDE disks.  Most people use just
  157.   the new enhanced driver by itself.  This option installs the old
  158.   harddisk driver to control the primary IDE/disk interface in the
  159.   system, leaving the new enhanced IDE driver take care of only the
  160.   2nd/3rd/4th IDE interfaces. Doing this will prevent you from having
  161.   an IDE/ATAPI CDROM or tape drive connected to the primary IDE
  162.   interface. Choosing this option may be useful for older systems
  163.   which have MFM/RLL/ESDI controller+drives at the primary port
  164.   address (0x1f0), along with IDE drives at the secondary/3rd/4th port
  165.   addresses.  Normally, just say N here; you will then use the new
  166.   driver for all 4 interfaces.
  167.  
  168. Include IDE/ATAPI CDROM support
  169. CONFIG_BLK_DEV_IDECD
  170.   If you have a CDROM drive using the ATAPI protocol, say Y.  ATAPI is
  171.   a new protocol used by IDE CDROM and TAPE drives, similar to the
  172.   SCSI protocol.  Most new CDROM drives use ATAPI, including the
  173.   NEC-260, Mitsumi FX400, Sony 55E, and just about all non-SCSI
  174.   double(2X), quad(4X), and six(6X) speed drives.  At boot time, the
  175.   TAPE drive will be identified along with other IDE devices, as "hdb"
  176.   or "hdc", or something similar.
  177.   If this is your only CDROM drive, you can say N to all other CDROM
  178.   options, but be sure to say Y to the ISO9660 filesystem.  Read the
  179.   CDROM-HOWTO, available via ftp (user: anonymous) in
  180.   sunsite.unc.edu:/pub/Linux/docs/HOWTO and the file
  181.   Documentation/cdrom/ide-cd.  Note that older versions of lilo (the
  182.   linux boot loader) cannot properly deal with IDE/ATAPI CDROMs, so
  183.   install lilo-16 or higher, available from
  184.   sunsite.unc.edu:/pub/Linux/system/Linux-boot/lilo.
  185.  
  186. Include IDE/ATAPI TAPE support
  187. CONFIG_BLK_DEV_IDETAPE
  188.   If you have an IDE tape drive using the ATAPI protocol, say Y.
  189.   ATAPI is a new protocol used by IDE TAPE and ATAPI drives,
  190.   similar to the SCSI protocol.  At boot time, the TAPE drive will
  191.   be identified along with other IDE devices, as "hdb" or "hdc",
  192.   or something similar, and will be mapped to a character device
  193.   such as "ht0".  Be sure to consult the drivers/block/ide-tape.c
  194.   and Documentation/ide.txt files for usage information.
  195.  
  196. Include IDE/ATAPI FLOPPY support (new)
  197. CONFIG_BLK_DEV_IDEFLOPPY
  198.   If you have an IDE floppy which uses the ATAPI protocol, say Y.
  199.   ATAPI is a new protocol used by IDE cdrom/tape/floppy drives,
  200.   similar to the SCSI protocol.  IDE floppy drives include the LS-120
  201.   and the ATAPI ZIP (ATAPI PD-CD drives are not supported by this
  202.   driver; support for PD-CD drives is available through the SCSI
  203.   emulation).  At boot time, the FLOPPY drive will be identified along
  204.   with other IDE devices, as "hdb" or "hdc", or something similar.
  205.  
  206. SCSI emulation support
  207. CONFIG_BLK_DEV_IDESCSI
  208.   This will provide SCSI host adapter emulation for IDE ATAPI devices,
  209.   and will allow you to use a SCSI device driver instead of a native
  210.   ATAPI driver. This is useful if you have an ATAPI device for which
  211.   no native driver has been written (for example, an ATAPI PD-CD
  212.   drive); you can then use this emulation together with an appropriate
  213.   SCSI device driver. If both this SCSI emulation and native ATAPI
  214.   support are compiled into the kernel, the native support will be
  215.   used.  Normally, say N.
  216.  
  217. Support removable IDE interfaces (PCMCIA)
  218. CONFIG_BLK_DEV_IDE_PCMCIA
  219.   This option adds code to the IDE driver to handle hot insertion
  220.   and removal of IDE interfaces and drives, under direction of an
  221.   external utility (?).  Normally, just say N here.
  222.  
  223. CMD640 chipset bugfix/support
  224. CONFIG_BLK_DEV_CMD640
  225.   The CMD-Technologies CMD640 chip is used on many common 486 and
  226.   Pentium motherboards, usually in combination with a "Neptune" or
  227.   "SiS" chipset.  Unfortunately, it has a number of rather nasty
  228.   design flaws that can cause severe data corruption under many common
  229.   conditions.  Say Y here to include code which tries to automatically
  230.   detect and correct the problems under Linux.  This option also
  231.   enables access to the secondary IDE ports in some CMD640 based
  232.   systems.  This driver will work automatically in PCI based systems
  233.   (most new systems have PCI slots).  But if your system uses VESA
  234.   local bus (VLB) instead of PCI, you must also supply a kernel boot
  235.   parameter to enable the CMD640 bugfix/support: "ide0=cmd640_vlb" The
  236.   CMD640 chip is also used on add-in cards by Acculogic, and on the
  237.   "CSA-6400E PCI to IDE controller" that some people have. For
  238.   details, read Documentation/ide.txt. If unsure, say Y.
  239.  
  240. CMD640 enhanced support
  241. CONFIG_BLK_DEV_CMD640_ENHANCED
  242.   This option includes support for setting/autotuning PIO modes and
  243.   prefetch on CMD640 IDE interfaces.  For details, read
  244.   Documentation/ide.txt. If you have a CMD640 IDE interface and your
  245.   BIOS does not already do this for you, then say Y here.  Otherwise
  246.   say N.
  247.  
  248. RZ1000 chipset bugfix/support
  249. CONFIG_BLK_DEV_RZ1000
  250.   The PC-Technologies RZ1000 chip is used on many common 486 and
  251.   Pentium motherboards, usually along with the "Neptune" chipset.
  252.   Unfortunately, it has a rather nasty design flaw that can cause
  253.   severe data corruption under many conditions.  Say Y here to include
  254.   code which automatically detects and corrects the problem under
  255.   Linux.  This may slow disk throughput by a few percent, but at least
  256.   things will operate 100% reliably. If unsure, say Y.
  257.  
  258. Other IDE chipset support
  259. CONFIG_IDE_CHIPSETS
  260.   Say Y here if you want to include enhanced support for various IDE
  261.   interface chipsets used on motherboards and add-on cards.  This
  262.   enhanced support may be necessary for linux to be able to access the
  263.   3rd/4th drives in some systems.  It may also enable setting of
  264.   higher speed I/O rates to improve system performance with these
  265.   chipsets.  Most of these also require special kernel boot parameters
  266.   to actually turn on the support at runtime.
  267.  
  268. DTC-2278 support
  269. CONFIG_BLK_DEV_DTC2278
  270.   This driver is enabled at runtime using the "ide0=dtc2278" kernel
  271.   boot parameter.  It enables support for the secondary IDE interface
  272.   of the DTC-2278 card, and permits faster I/O speeds to be set as
  273.   well.  See the Documentation/ide.txt and dtc2278.c files for more
  274.   info.
  275.  
  276. Holtek HT6560B support
  277. CONFIG_BLK_DEV_HT6560B
  278.   This driver is enabled at runtime using the "ide0=ht6560b" kernel
  279.   boot parameter.  It enables support for the secondary IDE interface
  280.   of the Holtek card, and permits faster I/O speeds to be set as well.
  281.   See the Documentation/ide.txt and ht6560b.c files for more info.
  282.  
  283. QDI QD6580 support
  284. CONFIG_BLK_DEV_QD6580
  285.   This driver is enabled at runtime using the "ide0=qd6580" kernel
  286.   boot parameter.  It permits faster I/O speeds to be set.  See the
  287.   Documentation/ide.txt and qd6580.c files for more info.
  288.  
  289. UMC 8672 support
  290. CONFIG_BLK_DEV_UMC8672
  291.   This driver is enabled at runtime using the "ide0=umc8672" kernel
  292.   boot parameter.  It enables support for the secondary IDE interface
  293.   of the UMC-8672, and permits faster I/O speeds to be set as well.
  294.   See the Documentation/ide.txt and umc8672.c files for more info.
  295.  
  296. ALI M14xx support
  297. CONFIG_BLK_DEV_ALI14XX
  298.   This driver is enabled at runtime using the "ide0=ali14xx" kernel
  299.   boot parameter.  It enables support for the secondary IDE interface
  300.   of the ALI M1439/1443/1445/1487/1489 chipsets, and permits faster
  301.   I/O speeds to be set as well.  See the Documentation/ide.txt and
  302.   ali14xx.c files for more info.
  303.  
  304. PROMISE DC4030 support (EXPERIMENTAL)
  305. CONFIG_BLK_DEV_PROMISE
  306.   This driver is enabled at runtime using the "ide0=dc4030" kernel
  307.   boot parameter.  It enables support for the secondary IDE interface
  308.   of the chipset, and takes advantage of the caching features of the
  309.   card.  This driver is known to incur timeouts/retries during heavy
  310.   I/O to drives attached to the secondary interface.  CDROM and TAPE
  311.   devices are not supported yet.  See the Documentation/ide.txt and
  312.   promise.c files for more info.
  313.  
  314. XT harddisk support
  315. CONFIG_BLK_DEV_XD
  316.   Very old 8 bit hard disk controllers used in the IBM XT computer.
  317.   To include a driver for these, say Y.  If you want to compile the
  318.   driver as a module ( = code which can be inserted in and removed
  319.   from the running kernel whenever you want), say M here and read
  320.   Documentation/modules.txt.
  321.   It's pretty unlikely that you have one of these: say N.
  322.  
  323. Multiple devices driver support
  324. CONFIG_BLK_DEV_MD
  325.   This driver lets you combine several harddisk partitions into one
  326.   logical block device.  Information about how and why to use it and
  327.   the necessary tools are available over ftp (user: anonymous) from
  328.   sweet-smoke.ufr-info-p7.ibp.fr/pub/public/Linux in the md package
  329.   and the md-FAQ. Please read drivers/block/README.md.  If unsure,
  330.   say N.
  331.  
  332. Linear (append) mode
  333. CONFIG_MD_LINEAR
  334.   If you enable this, then your multiple devices driver will be able
  335.   to use the so-called linear mode, i.e. it will combine the harddisk
  336.   partitions by simply appending one to the other. If you want to
  337.   compile this as a module ( = code which can be inserted in and
  338.   removed from the running kernel whenever you want), say M here and
  339.   read Documentation/modules.txt. If unsure, say Y.
  340.  
  341. RAID-0 (striping) mode
  342. CONFIG_MD_STRIPED
  343.   If you enable this, then your multiple devices driver will be able
  344.   to use the so-called raid0 mode, i.e. it will combine the harddisk
  345.   partitions into one logical device in such a fashion as to fill them
  346.   up evenly, one chunk here and one chunk there. This will increase
  347.   the throughput rate if the partitions reside on distinct disks.  If
  348.   you want to compile this as a module ( = code which can be inserted
  349.   in and removed from the running kernel whenever you want), say M
  350.   here and read Documentation/modules.txt. If unsure, say Y.
  351.  
  352. Support for Deskstation RPC44
  353. CONFIG_DESKSTATION_RPC44
  354.   This is a machine with a R4400 100 MHz CPU. To compile a Linux
  355.   kernel that runs on these, say Y here. For details about Linux on
  356.   the MIPS architecture, check out the Linux/MIPS FAQ on the WWW at
  357.   http://lena.fnet.fr/ (To browse the WWW, you need to have access
  358.   to a machine on the Internet that has one of the programs lynx,
  359.   netscape or Mosaic).
  360.  
  361. Support for Mips Magnum 3000
  362. CONFIG_MIPS_MAGNUM_3000
  363.   To compile a Linux kernel that runs on these, say Y here. For
  364.   details about Linux on the MIPS architecture, check out the
  365.   Linux/MIPS FAQ on the WWW at http://lena.fnet.fr/ (To browse the
  366.   WWW, you need to have access to a machine on the Internet that has
  367.   one of the programs lynx, netscape or Mosaic).
  368.  
  369. Support for Mips Magnum 4000
  370. CONFIG_MIPS_MAGNUM_4000
  371.   This is a machine with a R4000 100 MHz CPU. To compile a Linux
  372.   kernel that runs on these, say Y here. For details about Linux on
  373.   the MIPS architecture, check out the Linux/MIPS FAQ on the WWW at
  374.   http://lena.fnet.fr/ (To browse the WWW, you need to have access
  375.   to a machine on the Internet that has one of the programs lynx,
  376.   netscape or Mosaic).
  377.  
  378. Support for Olivetti M700
  379. CONFIG_OLIVETTI_M700
  380.   This is a machine with a R4000 100 MHz CPU. To compile a Linux
  381.   kernel that runs on these, say Y here. For details about Linux on
  382.   the MIPS architecture, check out the Linux/MIPS FAQ on the WWW at
  383.   http://lena.fnet.fr/ (To browse the WWW, you need to have access
  384.   to a machine on the Internet that has one of the programs lynx,
  385.   netscape or Mosaic).
  386.  
  387. Support for Deskstation Tyne
  388. CONFIG_DESKSTATION_TYNE
  389.   This is a machine with a R4600 134 MHz CPU. The Linux port for this
  390.   system is idle right now because of hardware or documentation
  391.   problems. For details about Linux on the MIPS architecture, check
  392.   out the Linux/MIPS FAQ on the WWW at http://lena.fnet.fr/ (To browse
  393.   the WWW, you need to have access to a machine on the Internet that
  394.   has one of the programs lynx, netscape or Mosaic).
  395.  
  396. Support for Acer PICA 1 chipset
  397. CONFIG_ACER_PICA_61
  398.   This is a machine with a R4400 134/150 MHz CPU. To compile a Linux
  399.   kernel that runs on these, say Y here. For details about Linux on
  400.   the MIPS architecture, check out the Linux/MIPS FAQ on the WWW at
  401.   http://lena.fnet.fr/ (To browse the WWW, you need to have access
  402.   to a machine on the Internet that has one of the programs lynx,
  403.   netscape or Mosaic).
  404.  
  405. Support for DECstation
  406. CONFIG_DECSTATION
  407.   The DECStation 3100 (with a MIPS R2000 series CPU) and DECStation
  408.   5000/xxx (MIPS R3000 series CPU) are also sometimes labeled PMAX.
  409.   They often run the Ultrix operating system. To compile a Linux
  410.   kernel that runs on these, say Y here. For details about Linux on
  411.   the MIPS architecture, check out the Linux/MIPS FAQ on the WWW at
  412.   http://lena.fnet.fr/ (To browse the WWW, you need to have access
  413.   to a machine on the Internet that has one of the programs lynx,
  414.   netscape or Mosaic).
  415.  
  416. CPU type
  417. CONFIG_CPU_R3000
  418.   Give the type of your machine's MIPS CPU. For this question, it
  419.   suffices to give a unique prefix of the option you want to choose.
  420.  
  421. Networking support
  422. CONFIG_NET
  423.   Unless you really know what you are doing, you should say Y here.
  424.   The reason is that some programs need it even if you configure a
  425.   stand-alone machine that won't be connected to any other computer.
  426.   from an older kernel, you should consider updating your networking
  427.   tools too; read net/README for details.
  428.  
  429. Network aliasing
  430. CONFIG_NET_ALIAS
  431.   This is for setting multiple IP addresses on the same low-level
  432.   network device driver. Typically used for services that act
  433.   differently based on the address they listen on (e.g. "multihosting"
  434.   on Apache httpd) or for connecting to different logical networks
  435.   through the same physical interface.  This is the generic part,
  436.   later when configuring network protocol options you will be asked
  437.   for protocol-specific aliasing support.  See
  438.   Documentation/networking/alias.txt for more info.  If you need this
  439.   feature (for any protocol, like IP) say Y; if unsure, say N.
  440.  
  441. Network firewalls
  442. CONFIG_FIREWALL
  443.   A firewall is a computer which protects a local network from the
  444.   rest of the World: all traffic to and from computers on the local
  445.   net is inspected by the firewall first.  If you want to configure
  446.   your Linux box as a firewall for a local network, say Y here.  If
  447.   your local network is TCP/IP based, you will have to say Y to "IP:
  448.   firewalling", below.  You also need to say Y here and enable "IP
  449.   firewalling" below in order to be able to use IP masquerading
  450.   (i.e. local computers can chat with an outside host, but that
  451.   outside host is made to think that it is talking to the firewall
  452.   box. Makes the local network completely invisible and avoids the
  453.   need to allocate valid IP host addresses for the machines on the
  454.   local net) or to use the ip packet accounting to see what is using
  455.   all your network bandwidth. Chances are that you should use this on
  456.   any machine being run as a router and not on a host.
  457.   If unsure, say N.
  458.  
  459. SYN flood protection
  460. CONFIG_SYN_COOKIES
  461.   Normal TCP/IP networking is open to an attack known as SYN flooding.
  462.   This attack prevents legitimate users from being able to connect to
  463.   your computer and requires very little work for the attacker.
  464.   SYN cookies provide protection against this type of attack.  With
  465.   this option turned on the TCP/IP stack will use a cryptographic
  466.   challenge protocol known as SYN cookies to enable legitimate users
  467.   to continue to connect, even when your machine is under attack.
  468.   If you are SYN flooded, the source address reported by the kernel is 
  469.   likely to have been forged by the attacker.  The source address is 
  470.   reported as an aid in tracing the packets to their actual source.
  471.  
  472. Sun floppy controller support
  473. CONFIG_BLK_DEV_SUNFD
  474.   This is support for floppy drives on Sun Sparc workstations. Say Y
  475.   if you have a floppy drive, otherwise N. Easy.
  476.  
  477. Alpha system type
  478. CONFIG_ALPHA_AVANTI
  479.   Find out what type of Alpha motherboard you have. You will probably
  480.   want to read the Linux/Alpha homepage on the WWW at
  481.   http://www.azstarnet.com/~axplinux/ (To browse the WWW, you need to
  482.   have access to a machine on the Internet that has one of the
  483.   programs lynx, netscape or Mosaic). For this question, it suffices
  484.   to give a unique prefix of the option you want to choose. The
  485.   choices:
  486.   ** Avanti: This is for Mustang (AS200), M3 (AS250), Avanti (AS400)
  487.      and XL (a.k.a. "Windows NT Dream Machine" :-) AlphaStations.
  488.      These usually come with a TGA graphics adapter, so you'll want to
  489.      say Y to "TGA Console support", below, if you have one of these.
  490.   ** Jensen: a.k.a. DEC 2000 a.k.a. DECpc AXP 150, the oldest Alpha
  491.      PC; it sports an EISA bus. The boot process on Jensen machines is
  492.      difficult (no booting from floppies, MILO doesn't work). You need
  493.      to have access to a second Linux workstation. The Linux/Alpha
  494.      FAQ, accessible from the above mentioned WWW page, has details.
  495.   ** Noname: a.k.a. AXPpci33, a PCI-bus based board using the 21066
  496.      Alpha CPU, running at either 166 or 233 MHz. You also want to
  497.      choose this option if you have a UDB (Universal Desktop Box
  498.      a.k.a. Multia) machine.
  499.   ** Cabriolet: also called AlphaPC64, a PCI-bus based board using the
  500.      21064 Alpha CPU typically running at 275 or 300 MHz.
  501.   ** EB66: "Evaluation Board"
  502.   ** EB66+: "Evaluation Board"
  503. ###
  504. ### Add info about Platform2000, EB164
  505. ###
  506.  
  507. Is it really a true XL
  508. CONFIG_ALPHA_XL
  509.   If your Avanti Machine is of type XL (a.k.a. "Windows NT Dream
  510.   Machine") (as opposed to Mustang (AS200), M3 (AS250) or Avanti
  511.   (AS400)), say Y, otherwise N.
  512.  
  513. Limit memory to low 16MB
  514. CONFIG_MAX_16M
  515.   This is for some buggy motherboards which cannot properly deal with
  516.   the memory above 16MB. If you have more than 16MB of RAM and
  517.   experience weird problems, you might want to try Y, everyone else
  518.   says N. Note for machines with more that 64MB of RAM: in order for
  519.   the kernel to be able to use the memory above 64MB, pass the command
  520.   line option "mem=XXXM" (where XXX is the memory size in megabytes)
  521.   to your kernel during boot time. See the documentation of your boot
  522.   loader (lilo or loadlin) about how to pass options to the kernel.
  523.   The lilo procedure is also explained in the SCSI-HOWTO, available
  524.   via ftp (user: anonymous) in sunsite.unc.edu:/pub/Linux/docs/HOWTO.
  525.   You also need at least 512kB of RAM cache if you have more than 64MB
  526.   of RAM. Some other things to try when experiencing seemingly random,
  527.   "weird" problems: 1) passing the "no-hlt" option to the kernel
  528.   2) passing the "no-387" option to the kernel 3) passing the "mem=4M"
  529.   option to the kernel (thereby disabling all but the first 4M of RAM)
  530.   4) disabling the cache from your BIOS settings
  531.   5) exchanging RAM chips  6) exchanging the motherboard.
  532.  
  533. Using SRM as bootloader
  534. CONFIG_ALPHA_SRM
  535.   There are two different types of booting firmware on Alphas: SRM,
  536.   which is command line driven, and ARC, which uses menus and arrow
  537.   keys. The usual way to load Linux on an Alpha machine is to use MILO
  538.   (a bootloader that lets you pass command line parameters to the
  539.   kernel just like LILO does) which can be loaded either from ARC or
  540.   can be installed directly as a permanent firmware replacement from
  541.   floppy (which requires changing a certain jumper on the
  542.   motherboard). If you want to do either of these, say N here. If MILO
  543.   doesn't work on your system (true for Jensen motherboards), you can
  544.   bypass it altogether and boot Linux directly from an SRM console;
  545.   say Y here in order to do that. Note that you won't be able to boot
  546.   from an IDE disk using SRM. If unsure, say N. Details about the
  547.   Linux/Alpha booting process are contained in the Linux/Alpha FAQ,
  548.   accessible on the WWW from http://www.azstarnet.com/~axplinux/ (To
  549.   browse the WWW, you need to have access to a machine on the Internet
  550.   that has one of the programs lynx, netscape or Mosaic).
  551.  
  552. Echo console messages on /dev/ttyS1
  553. CONFIG_SERIAL_ECHO
  554.   If you enable this option, all kernel messages that would usually go
  555.   to the console will also be sent to the device /dev/ttyS1 which
  556.   corresponds to a serial port; this could be useful if you attached
  557.   a terminal or printer to that port.
  558.  
  559. TGA Console Support
  560. CONFIG_TGA_CONSOLE
  561.   Many Alpha systems (e.g the Multia) are shipped with a graphics card
  562.   that implements the TGA interface (much like the VGA standard, but
  563.   older TGA adapters are *not* VGA compatible).  On such systems, this
  564.   option needs to be enabled so that the TGA driver rather than the
  565.   standard VGA driver is used.  Note that, at this time, there is no X
  566.   server for these systems. If unsure, try N.
  567.  
  568. PCI bios support
  569. CONFIG_PCI
  570.   Find out whether you have a PCI motherboard. PCI is the name of a
  571.   bus system, i.e. the way the CPU talks to the other stuff inside
  572.   your box. Other bus systems are ISA, EISA, Microchannel (MCA) or
  573.   VESA. If you have PCI, say Y, otherwise N. Note1: MCA systems
  574.   (notably some IBM PS/2's) are not supported by the standard kernels,
  575.   but patches exist at
  576.   http://www.undergrad.math.uwaterloo.ca/~cpbeaure/mca-linux.html on
  577.   the WWW. Note2: some old PCI motherboards have BIOS bugs and may
  578.   crash if "PCI bios support" is enabled (but they run fine without
  579.   this option). The PCI-HOWTO, available via ftp (user: anonymous) in
  580.   sunsite.unc.edu:/pub/Linux/docs/HOWTO, contains valuable information
  581.   about which PCI hardware does work under Linux and which doesn't.
  582.   If some of your PCI devices don't work and you get a warning during
  583.   boot time ("man dmesg"), please follow the instructions at the top
  584.   of include/linux/pci.h.
  585.  
  586. PCI bridge optimization (experimental)
  587. CONFIG_PCI_OPTIMIZE
  588.   This can improve access times for some hardware devices under
  589.   certain BIOSes if your computer uses a PCI bus system. This is
  590.   recommended; say Y.
  591.  
  592. Intel 82371 PIIX (Triton I/II) DMA support
  593. CONFIG_BLK_DEV_TRITON
  594.   If your PCI system uses an IDE harddrive (as opposed to SCSI, say)
  595.   and includes the Intel Triton I/II IDE interface chipset (i82371FB,
  596.   i82371SB or i82371AB), you will want to enable this option to allow
  597.   use of bus-mastering DMA data transfers. Read the comments at the
  598.   beginning of drivers/block/triton.c and Documentation/ide.txt.
  599.   Check the file Documentation/Changes for location and latest version
  600.   of the hdparm utility. It is safe to say Y to this question.
  601.  
  602. System V IPC
  603. CONFIG_SYSVIPC
  604.   Inter Process Communication is a suite of library functions and
  605.   system calls which let processes (= running programs) synchronize
  606.   and exchange information. It is generally considered to be a good
  607.   thing, and some programs won't run unless you enable this. In
  608.   particular, if you want to run the DOS emulator dosemu under Linux
  609.   (read the DOSEMU-HOWTO, available via ftp (user: anonymous) in
  610.   sunsite.unc.edu:/pub/Linux/docs/HOWTO), you'll need to say Y here.
  611.   You can find documentation about IPC in ipc.info, which is contained
  612.   in sunsite.unc.edu:/pub/Linux/docs/man/info.tar.gz (extract with
  613.   "tar xzvf filename"). These docs are in the info format which is
  614.   used to document GNU software and can be read from within emacs
  615.   ("Ctrl-h i") or with the program info ("man info"). Enabling this
  616.   option enlarges your kernel by about 7kB. Just say Y.
  617.  
  618. Kernel support for ELF binaries
  619. CONFIG_BINFMT_ELF
  620.   ELF (Executable and Linkable Format) is a format for libraries and
  621.   executables used across different architectures and operating
  622.   systems. This option will enable your kernel to run ELF binaries and
  623.   enlarge it by about 2kB. ELF support under Linux is quickly
  624.   replacing the traditional Linux a.out formats (QMAGIC and ZMAGIC)
  625.   because it is portable (this does *not* mean that you will be able
  626.   to run executables from different architectures or operating
  627.   systems!) and makes building run-time libraries very easy. Many new
  628.   executables are distributed solely in ELF format. You definitely
  629.   want to say Y here. Information about ELF is on the WWW at
  630.   http://www.sjc.ox.ac.uk/users/barlow/elf-howto.html (To browse the
  631.   WWW, you need to have access to a machine on the Internet that has
  632.   one of the programs lynx, netscape or Mosaic).  If you find that
  633.   after upgrading to Linux kernel 1.3 and saying Y here, you still
  634.   can't run any ELF binaries (they just crash), then you'll have to
  635.   install the newest ELF runtime libraries, including ld.so (check the
  636.   file Documentation/Changes for location and latest version). If you
  637.   want to compile this as a module ( = code which can be inserted in
  638.   and removed from the running kernel whenever you want), say M here
  639.   and read Documentation/modules.txt. Saying M or N here is dangerous
  640.   because some crucial programs on your system might be in ELF format.
  641.  
  642. Compile kernel as ELF - if your GCC is ELF-GCC
  643. CONFIG_KERNEL_ELF
  644.   The gcc version 2.7.0 and newer produces the new ELF binary format
  645.   as default. If you have such a compiler (try "gcc -v"), say Y here,
  646.   otherwise N.
  647.   It is possible, albeit almost pointless, to compile the kernel in
  648.   a.out (i.e. QMAGIC) format even if your compiler produces ELF as
  649.   default. For that, you would have to say N here and change the
  650.   variables LD and CC in the toplevel Makefile. Similarly, if your
  651.   compiler produces a.out by default but is able to produce ELF, you
  652.   can compile the kernel in ELF by saying Y here and editing the
  653.   variables CC and LD in the toplevel Makefile.
  654.  
  655. Kernel support for A.OUT binaries
  656. CONFIG_BINFMT_AOUT
  657.   A.out (Assembler.OUTput) is a set of formats for libraries and
  658.   executables used in the earliest versions of UNIX. Linux used the
  659.   a.out formats QMAGIC and ZMAGIC until they were replaced with the
  660.   ELF format.
  661.   As more and more programs are converted to ELF, the use for a.out
  662.   will gradually diminish. If you disable this option it will reduce
  663.   your kernel by one page. This is not much and by itself does not
  664.   warrant removing support. However its removal is a good idea if you
  665.   wish to ensure that absolutely none of your programs will use this
  666.   older executable format. If you don't know what to answer at this
  667.   point then answer Y. If someone told you "You need a kernel with
  668.   QMAGIC support" then you'll have to say Y here. You may answer M
  669.   to compile a.out support as a module and later load the module when
  670.   you want to use a program or library in a.out format. Saying M or N
  671.   here is dangerous though, because some crucial programs on your
  672.   system might still be in A.OUT format.
  673.  
  674. Kernel support for JAVA binaries
  675. CONFIG_BINFMT_JAVA
  676.   JAVA is an object oriented programming language developed by SUN;
  677.   JAVA programs are compiled into "JAVA bytecode" which can then be
  678.   interpreted by run time systems on many different operating systems.
  679.   These JAVA binaries are becoming a universal executable format. This
  680.   option allows you to run a Java binary just like any other Linux
  681.   program: by typing in its name. As more and more Java programs
  682.   become available, the use for this will gradually increase. You can
  683.   even execute HTML files containing JAVA applets (= JAVA binaries) if
  684.   those files start with the string "<!--applet-->". If you want to
  685.   use this, read Documentation/java.txt and the Java on Linux HOWTO,
  686.   available via ftp (user: anonymous) at
  687.   sunsite.unc.edu:/pub/Linux/docs/HOWTO. You will then need to install
  688.   the run time system contained in the Java Developers Kit (JDK) as
  689.   described in the HOWTO. If you disable this option it will reduce
  690.   your kernel by about 4kB. This is not much and by itself does not
  691.   warrant removing support. However its removal is a good idea if you
  692.   do not have the JDK installed. If you don't know what to answer at
  693.   this point then answer Y. You may answer M for module support and
  694.   later load the module when you install the JDK or find an
  695.   interesting Java program that you can't live without.
  696.  
  697. Processor type
  698. CONFIG_M386
  699.   This is the processor type of your CPU. It is used for optimizing
  700.   purposes. In order to compile a kernel that can run on all CPU types
  701.   (albeit not optimally fast), you can specify "386" here.  If you
  702.   specify "486" or "Pentium" or "PPro", then the kernel will run on
  703.   486 and Pentium (=586) and Pentium Pro (=686) CPUs. In rare cases,
  704.   it can make sense to specify "Pentium" even if running a 486: the
  705.   kernel will be smaller but slower. On the other hand, if you use a
  706.   compiler before gcc 2.7 (say "gcc -v" to find out), then you have to
  707.   say "386" or "486" here even if running on a Pentium or PPro
  708.   machine. If you don't know what to do, say "386".
  709.  
  710. Compile the kernel into the ELF object format
  711. CONFIG_ELF_KERNEL
  712.   ELF (Executable and Linkable Format) is a format for libraries and
  713.   executables used across different architectures and operating
  714.   systems. This option will cause the resulting kernel to be in ELF
  715.   format, which is generally desirable, so say Y. However, it only
  716.   works if your compiler and linker can produce ELF code.
  717.  
  718. Is your ELF compiler an extra compiler
  719. CONFIG_EXTRA_ELF_COMPILER
  720.   If you have a linuxelf-gcc as opposed to linux-gcc, say Y, otherwise
  721.   N.
  722.  
  723. Generate little endian code
  724. CONFIG_CPU_LITTLE_ENDIAN
  725.   If your compiler is mipsel-linux-gcc or mipsel-linuxelf-gcc (as
  726.   opposed to mips-linux-gcc or mips-linuxelf-gcc), say Y here,
  727.   otherwise N. Most MIPS machines use little-endian code, but it might
  728.   be necessary to run older Mips systems, such as the Sony News and
  729.   MIPS RC3xxx, in big endian mode.
  730.  
  731. Enable loadable module support
  732. CONFIG_MODULES
  733.   Kernel modules are small pieces of compiled code which can be
  734.   inserted in or removed from the running kernel, using the
  735.   programs insmod and rmmod. This is described in the file
  736.   Documentation/modules.txt. Modules can be device drivers, file
  737.   systems, binary executable formats, and so on. If you think that
  738.   you may want to make use of modules with this kernel in the future,
  739.   then say Y here. If unsure, say Y.
  740.  
  741. Set version information on all symbols for modules
  742. CONFIG_MODVERSIONS
  743.   Usually, modules have to be recompiled whenever you switch to a new
  744.   kernel.  Enabling this option makes it possible, and safe, to use
  745.   the same modules even after compiling a new kernel; this requires
  746.   the program modprobe. All the software needed for module support is
  747.   in the modules package (check the file Documentation/Changes for
  748.   location and latest version).  NOTE: if you say Y here but don't
  749.   have the program genksyms (which is also contained in the above
  750.   mentioned modules package), then the building of your kernel will
  751.   fail.  If you are going to use modules that are generated from
  752.   non-kernel sources, you would benefit from this option. Otherwise
  753.   it's not that important.  So, N ought to be a safe bet.
  754.  
  755. Kernel daemon support
  756. CONFIG_KERNELD
  757.   Normally when you have selected some drivers and/or filesystems to
  758.   be created as loadable modules, you also have the responsibility to
  759.   load the corresponding module (via insmod/modprobe) before you can
  760.   use it.  If you select Y here, the kernel will take care of this all
  761.   by itself, together with the user level daemon "kerneld".  Note that
  762.   "kerneld" will also automatically unload all unused modules, so you
  763.   don't have to use "rmmod" either.
  764.   kerneld will also provide support for different user-level beeper
  765.   and screen blanker programs later on.
  766.   The "kerneld" daemon is included in the package "modules-1.2.8" and
  767.   later. You will probably want to read the kerneld mini-HOWTO,
  768.   available via ftp (user: anonymous) from
  769.   sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini. If unsure, say Y.
  770.  
  771. ARP daemon support (EXPERIMENTAL)
  772. CONFIG_ARPD
  773.   Normally, the kernel maintains an internal cache which maps IP
  774.   addresses to hardware addresses on the local network, so that
  775.   Ethernet/Token Ring/ etc. frames are sent to the proper address on
  776.   the physical networking layer.  For small networks having a few
  777.   hundred directly connected hosts or less, keeping this address
  778.   resolution (ARP) cache inside the kernel works well.  However,
  779.   maintaining an internal ARP cache does not work well for very large
  780.   switched networks, and will use a lot of kernel memory if TCP/IP
  781.   connections are made to many machines on the network.  By enabling
  782.   this option, the kernel's internal ARP cache will never grow to more
  783.   than 256 entries (the oldest entries are expired in a LIFO manner)
  784.   and communication will be attempted with an external ARP daemon,
  785.   arpd.  This code is still experimental.  If you do enable arpd
  786.   support, you should obtain a copy of arpd from
  787.   http://www.loran.com/~layes/arpd/index.html.  If unsure, say N.
  788.  
  789. TCP/IP networking
  790. CONFIG_INET
  791.   These are the protocols used on the Internet and on most local
  792.   Ethernets. The safest is to say Y here (which will enlarge your
  793.   kernel by about 35 kB), since some programs (e.g. the X window
  794.   system) use TCP/IP even if your machine is not connected to any
  795.   other computer. You will get the so-called loopback device which
  796.   allows you to ping yourself (great fun, that!). This option is also
  797.   necessary if you want to use the full power of term (term is a
  798.   program which gives you almost full Internet connectivity if you
  799.   have a regular dial up shell account on some Internet connected Unix
  800.   computer. Read the Term-HOWTO, available via ftp (user: anonymous)
  801.   on sunsite.unc.edu:/pub/Linux/docs/HOWTO).  Short answer: say Y.
  802.  
  803. IP: forwarding/gatewaying
  804. CONFIG_IP_FORWARD
  805.   People who want to use their Linux box as the router for a local
  806.   network (i.e. the computer responsible for distributing Internet
  807.   traffic to and from the machines in the local network and the
  808.   subnetworks) should say Y here (thereby enlarging their kernel by
  809.   about 5 kB). Note that in this case, you possibly have two ethernet
  810.   devices in your computer: one for the "outside world" and one for
  811.   your local net. The kernel is not able to recognize both at boot
  812.   time without help; for details read the
  813.   Multiple-Ethernet-mini-HOWTO, available via ftp (user: anonymous) in
  814.   sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini.  If your box is
  815.   connected to two networks, it may still make sense to say N here,
  816.   namely if you want to turn your box into a firewall protecting a
  817.   local network from the internet. The Firewall-HOWTO tells you how to
  818.   do this. If your setup is more complex, say you are connected to
  819.   three networks and you want to act as a firewall between two of them
  820.   and route traffic for the others, you need to say Y here and enable
  821.   IP firewalling below. If you intend to use IP masquerading (i.e. IP
  822.   traffic from one of the local computers and destined for an outside
  823.   host is changed by your box so that it appears to come from you),
  824.   you'll have to say Y here and also to IP firewalling and IP
  825.   masquerading below. You should also say Y here if you want to
  826.   configure your box as a SLIP (the protocol for sending internet
  827.   traffic over telephone lines) or PPP (a better SLIP) server for
  828.   other people to dial into and your box is connected to a local
  829.   network at the same time. You would then most likely use proxy-ARP
  830.   (Address Resolution Protocol), explained in the Proxy-Arp mini howto
  831.   on sunsite in /pub/Linux/docs/HOWTO/mini. You also need to say Y
  832.   here if you want to run mrouted in order to do multicast routing as
  833.   used on the MBONE (a high bandwidth network on top of the internet
  834.   which carries audio and video broadcasts) for example. In this case,
  835.   say Y to "IP: multicasting" and "IP: multicast routing" as well. If
  836.   unsure, say N.
  837.  
  838. IP: multicasting
  839. CONFIG_IP_MULTICAST
  840.   This is code for addressing several networked computers at once,
  841.   enlarging your kernel by about 2 kB. If you are using gated, the
  842.   daemon that updates your computer's routing tables, you will need to
  843.   have this option compiled in. You also need multicasting if you
  844.   intend to participate in the MBONE, a high bandwidth network on top
  845.   of the internet which carries audio and video broadcasts. More
  846.   information about the MBONE is on the WWW at
  847.   http://www.best.com/~prince/techinfo/mbone.html (to browse the WWW,
  848.   you need to have access to a machine on the Internet that has one of
  849.   the programs lynx, netscape or Mosaic). Information about the
  850.   multicast capabilities of the various network cards is contained in
  851.   drivers/net/README.multicast. For most people, it's safe to say N.
  852.  
  853. IP: optimize as router not host
  854. CONFIG_IP_ROUTER
  855.   Some Linux network drivers use a technique called copy and checksum
  856.   to optimize host performance. For a machine which is forwarding most
  857.   packets to another host this is however a loss. This parameter turns
  858.   off copy and checksum from devices. It may make other changes in the
  859.   future.
  860.  
  861. IP: firewalling
  862. CONFIG_IP_FIREWALL
  863.   If you want to configure your Linux box as a firewall for a local
  864.   TCP/IP based network, say Y here. This will enlarge your kernel by
  865.   about 2kB. You may need to read the FIREWALL-HOWTO, available via
  866.   ftp (user: anonymous) in sunsite.unc.edu:/pub/Linux/docs/HOWTO.
  867.   Also, you will need the ipfwadm tool (check the file
  868.   Documentation/Changes for location and latest version) to allow
  869.   selective blocking of internet traffic based on type, origin and
  870.   destination.  You need to enable IP firewalling in order to be able
  871.   to use IP masquerading (i.e. local computers can chat with an
  872.   outside host, but that outside host is made to think that it is
  873.   talking to the firewall box. Makes the local network completely
  874.   invisible and avoids the need to allocate valid IP host addresses
  875.   for the machines on the local net) or to use the IP packet
  876.   accounting to see what is using all your network bandwidth.  This
  877.   option is also needed when you want to enable the transparent
  878.   proxying support (makes the computers on the local network think
  879.   they're talking to a remote computer, while in reality the traffic
  880.   is redirected by your Linux firewall to a local proxy server).
  881.  
  882. IP: accounting
  883. CONFIG_IP_ACCT
  884.   This keeps track of your IP network traffic and produces some
  885.   statistics. Usually, you only want to say Y here if your box will be
  886.   a router or a firewall for some local network, in which case you
  887.   naturally should have said Y to IP forwarding/gatewaying resp. IP
  888.   firewalling. The data is accessible with "cat /proc/net/ip_acct", so
  889.   you want to say Y to the /proc filesystem below, if you say Y here.
  890.   To specify what exactly should be recorded, you need the tool
  891.   ipfwadm (check the file Documentation/Changes for location and
  892.   latest version).
  893.  
  894. IP: tunneling
  895. CONFIG_NET_IPIP
  896.   Tunneling means encapsulating data of one protocol type within
  897.   another protocol and sending it over a channel that understands the
  898.   encapsulating protocol. This particular tunneling driver implements
  899.   encapsulation of IP within IP, which sounds kind of pointless, but
  900.   can be useful if you want to make your (or some other) machine
  901.   appear on a different network than it physically is, or to use
  902.   mobile-IP facilities (allowing laptops to seamlessly move between
  903.   networks without changing their IP addresses; check out
  904.   http://anchor.cs.binghamton.edu/~mobileip/LJ/index.html). Enabling
  905.   this option will produce two modules ( = code which can be inserted
  906.   in and removed from the running kernel whenever you want), one
  907.   encapsulator and one decapsulator. You can read details in
  908.   drivers/net/README.tunnel. Most people can say N.
  909.  
  910. IP: firewall packet logging
  911. CONFIG_IP_FIREWALL_VERBOSE
  912.   This gives you information about what your firewall did with packets
  913.   it received.  The information is handled by the klogd demon which is
  914.   responsible for kernel messages ("man klogd").
  915.  
  916. IP: transparent proxying (EXPERIMENTAL)
  917. CONFIG_IP_TRANSPARENT_PROXY
  918.   This enables your Linux firewall to transparently redirect any
  919.   network traffic originating from the local network and destined
  920.   for a remote host to a local server, called a "transparent proxy
  921.   server".  This makes the local computers think they are talking to
  922.   the remote end, while in fact they are connected to the local
  923.   proxy. Redirection is activated by defining special input firewall
  924.   rules (using the ipfwadm utility) and/or by doing an appropriate
  925.   bind() system call.
  926.  
  927. IP: masquerading
  928. CONFIG_IP_MASQUERADE
  929.   If one of the computers on your local network for which your Linux
  930.   box acts as a firewall wants to send something to the outside, your
  931.   box can "masquerade" as that host, i.e. it forwards the traffic to
  932.   the intended destination, but makes it look like it came from the
  933.   firewall box itself. It works both ways: if the outside host
  934.   answers, the firewall will silently forward the traffic to the
  935.   corresponding local computer. This way, the computers on your local
  936.   net are completely invisible to the outside world, even though they
  937.   can reach the outside and can be reached. This makes it possible to
  938.   have the computers on the local network participate on the internet
  939.   even if they don't have officially registered IP addresses.  (This
  940.   last problem can also be solved by connecting the Linux box to the
  941.   Internet using SLiRP [SLiRP is a SLIP/PPP emulator that works if you
  942.   have a regular dial up shell account on some UNIX computer; get it
  943.   from ftp://sunsite.unc.edu/pub/Linux/system/Network/serial/].)
  944.   Details on how to set things up are contained in the IP Masquerading
  945.   FAQ, available at http://www.indyramp.com/masq/
  946.   To use masquerading you must also enable Network Firewalls, IP
  947.   forwarding/gatewaying, IP firewalling and (ideally, but optionally)
  948.   IP always defragment.
  949.   If you want this, say Y.
  950.  
  951. IP: ipautofw masquerading (EXPERIMENTAL)
  952. CONFIG_IP_MASQUERADE_IPAUTOFW
  953.   Richard Lynch's ipautofw allows masquerading to work with protocols
  954.   which do not (as yet) have specific protocol helpers.  Its source,
  955.   and other information, is available at
  956.   ftp://ftp.netis.com/pub/members/rlynch/.
  957.  
  958. IP: ICMP masquerading
  959. CONFIG_IP_MASQUERADE_ICMP
  960.   The basic masquerade code described for CONFIG_IP_MASQUERADE only
  961.   handles TCP or UDP packets (and ICMP errors for existing
  962.   connections).  This option adds additional support for masquerading
  963.   ICMP packets, such as ping or the probes used by the Windows 95
  964.   tracert program.
  965.   If you want this, say Y.
  966.  
  967. IP: always defragment
  968. CONFIG_IP_ALWAYS_DEFRAG
  969.   This option means that all incoming fragments (= parts of IP packets
  970.   that arose when some host between origin and destination decided
  971.   that the IP packets were too large and cut them in pieces) will be
  972.   reassembled (defragmented) before being processed, even if they are
  973.   about to be forwarded.  This option is highly recommended if you
  974.   have enabled the masquerading support (CONFIG_IP_MASQUERADE),
  975.   because this facility requires that second and further fragments can
  976.   be related to TCP or UDP port numbers, which are only stored in the
  977.   first fragment. When using IP firewall support (CONFIG_IP_FIREWALL),
  978.   you might also want to enable this option, to have a more reliable
  979.   firewall (otherwise second and further fragments will always be
  980.   accepted by the firewall).  When using transparent proxying
  981.   (CONFIG_IP_TRANSPARENT_PROXY), this option is implicit, although it
  982.   is safe to say N here.  Do not say Y to this option except when
  983.   running either a firewall that is the sole link to your network or
  984.   a transparent proxy.
  985.   Never ever say Y to this for a normal router or host.
  986.  
  987. IP: aliasing support
  988. CONFIG_IP_ALIAS
  989.   Sometimes it is useful to give several addresses to a single network
  990.   interface (= serial port or ethernet card).  The most common case is
  991.   that you want to serve different WWW documents to the outside
  992.   according to which of your host names they used to connect to
  993.   you.  This is explained in detail on the WWW at
  994.   http://www.thesphere.com/~dlp/TwoServers/ (to browse the WWW, you
  995.   need to have access to a machine on the Internet that has one of the
  996.   programs lynx, netscape or Mosaic).  Another scenario would be that
  997.   there are two logical networks living on your local ethernet and you
  998.   want to access them both with the same ethernet card.  The
  999.   configuration of these alias addresses is done with a special name
  1000.   syntax explained in Documentation/networking/alias.txt.  If you want
  1001.   this, say Y. Most people don't need it and say N.
  1002.  
  1003. IP: multicast routing (EXPERIMENTAL)
  1004. CONFIG_IP_MROUTE
  1005.   This is used if you want your machine to act as a router for IP
  1006.   packets that have several destination addresses. It is needed on the
  1007.   MBONE, a high bandwidth network on top of the internet which carries
  1008.   audio and video broadcasts. In order to do that, you would most
  1009.   likely run the program mrouted. Information about the multicast
  1010.   capabilities of the various network cards is contained in
  1011.   drivers/net/README.multicast. If you haven't heard about it, you
  1012.   don't need it.
  1013.  
  1014. PC/TCP compatibility mode
  1015. CONFIG_INET_PCTCP
  1016.   If you have been having difficulties telneting to your Linux machine
  1017.   from a DOS system that uses (broken) PC/TCP networking software (all
  1018.   versions up to OnNet 2.0) over your local ethernet try enabling this
  1019.   option.  Everyone else says N.
  1020.   People having problems with NCSA telnet should see the file
  1021.   linux/Documentation/networking/ncsa-telnet.
  1022.  
  1023. Reverse ARP
  1024. CONFIG_INET_RARP
  1025.   Since you asked: if there are (usually diskless or portable)
  1026.   machines on your local network that know their hardware ethernet
  1027.   addresses but don't know their IP addresses upon startup, they can
  1028.   send out a Reverse Address Resolution Protocol (RARP) request to
  1029.   find out their own IP addresses. Diskless Sun 3 machines use this
  1030.   procedure at boot time. If you want your Linux box to be able to
  1031.   *answer* such requests, say Y here; you'd have to run the program
  1032.   rarp ("man rarp") on your box. If you actually want to use a
  1033.   diskless Sun 3 machine as an Xterminal to Linux, say Y here and
  1034.   fetch Linux-Xkernel from
  1035.   ftp://sunsite.unc.edu/pub/Linux/system/Network/boot.net/.  Superior
  1036.   solutions to the problem of booting and configuring machines over a
  1037.   net connection are given by the protocol BOOTP and its successor
  1038.   DHCP. See the DHCP FAQ
  1039.   http://web.syr.edu/~jmwobus/comfaqs/dhcp.faq.html for details.  If
  1040.   you want to compile RARP support as a module ( = code which can be
  1041.   inserted in and removed from the running kernel whenever you want),
  1042.   say M here and read Documentation/modules.txt.  If you don't
  1043.   understand a word of the above, say N and rest in peace.
  1044.  
  1045. Assume subnets are local
  1046. CONFIG_INET_SNARL
  1047.   Say Y if you are on a subnetted network with all machines connected
  1048.   by Ethernet segments only, as this option optimizes network access
  1049.   for this special case.  If there are other connections, e.g. SLIP
  1050.   links, between machines of your IP network, say N.  If in doubt,
  1051.   say N. The PATH mtu discovery facility will cover most cases anyway.
  1052.  
  1053. Disable Path MTU Discovery (normally enabled)
  1054. CONFIG_NO_PATH_MTU_DISCOVERY
  1055.   MTU (maximal transfer unit) is the size of the chunks we send out
  1056.   over the net.  "Path MTU Discovery" means that, instead of always
  1057.   sending very small chunks, we start out sending big ones and if we
  1058.   then discover that some host along the way likes its chunks smaller,
  1059.   we adjust to a smaller size.  This is good, so most people say N.
  1060.   However, some versions of DOS NCSA telnet (and other software) are
  1061.   broken and can only connect to your Linux machine if you say Y here.
  1062.   See also Documentation/networking/ncsa-telnet for the location of
  1063.   fixed NCSA telnet clients.
  1064.  
  1065. Disable NAGLE algorithm (normally enabled)
  1066. CONFIG_TCP_NAGLE_OFF
  1067.   The NAGLE algorithm works by requiring an acknowledgment before
  1068.   sending small IP frames (= packets).  This keeps tiny telnet and
  1069.   rlogin packets from congesting Wide Area Networks.  Most people
  1070.   strongly recommend to say N here, thereby leaving NAGLE enabled.
  1071.   Those programs that would benefit from disabling this facility can
  1072.   do it on a per connection basis themselves.
  1073.  
  1074. IP: Drop source routed frames
  1075. CONFIG_IP_NOSR
  1076.   Usually, the originator of an IP frame (= packet) specifies only the
  1077.   destination, and the hosts along the way do the routing, i.e. they
  1078.   decide how to forward the frame.  However, there is a feature of the
  1079.   IP protocol that allows to specify the full route for a given frame
  1080.   already at its origin. A frame with such a fully specified route is
  1081.   called "source routed".  The question now is whether we should
  1082.   honour these route requests when such frames arrive, or if we should
  1083.   drop all those frames instead.  Honouring them can introduce
  1084.   security problems (and is rarely a useful feature), and hence it is
  1085.   recommended that you say Y here unless you really know what you're
  1086.   doing.
  1087.  
  1088. IP: Allow large windows (not recommend if <16Mb of memory)
  1089. CONFIG_SKB_LARGE
  1090.   On high speed, long distance networks the performance limit on
  1091.   networking becomes the amount of data a machine can buffer until the
  1092.   other end confirms its reception.  (At 45Mbit/second there are a lot
  1093.   of bits between New York and London...)  This option allows larger
  1094.   amounts of data to be "in flight" at a given time.  It also means a
  1095.   user process can require a lot more memory for network buffers and
  1096.   thus this option is best only used on machines with 16Mb of
  1097.   memory or higher.
  1098.   Unless you are using long links with end to end speeds of over 2Mbit
  1099.   a second or satellite links this option will make no difference to
  1100.   performance.
  1101.  
  1102. The IPX protocol
  1103. CONFIG_IPX
  1104.   This is support for the Novell networking protocol, IPX, commonly
  1105.   used for local networks of Windows machines. You need it if you want
  1106.   to access Novell Netware file or print servers using the Linux
  1107.   Novell client ncpfs (available via ftp (user: anonymous) from
  1108.   sunsite.unc.edu:/pub/Linux/system/Filesystems/) or from within the
  1109.   Linux DOS emulator dosemu (read the DOSEMU-HOWTO, available in
  1110.   sunsite.unc.edu:/pub/Linux/docs/HOWTO). In order to do the former,
  1111.   you'll also have to say Y to "NCP filesystem support", below. To
  1112.   turn your Linux box into a fully featured Netware file server and
  1113.   IPX router, say Y here and fetch either lwared from
  1114.   sunsite.unc.edu:/pub/Linux/system/Network/daemons/ or mars_nwe from
  1115.   ftp.gwdg.de:/pub/linux/misc/ncpfs. For more information, read the
  1116.   IPX-HOWTO in sunsite.unc.edu:/pub/Linux/docs/howto. The IPX driver
  1117.   would enlarge your kernel by about 5 kB. This driver is also
  1118.   available as a module ( = code which can be inserted in and removed
  1119.   from the running kernel whenever you want). If you want to compile
  1120.   it as a module, say M here and read Documentation/modules.txt.
  1121.   Unless you want to integrate your Linux box with a local Novell
  1122.   network, say N.
  1123.  
  1124. Full internal IPX network
  1125. CONFIG_IPX_INTERN
  1126.   The full internal IPX network enables you to allocate sockets on
  1127.   different virtual nodes of the internal network.  This is done by
  1128.   evaluating the field sipx_node of the socket address given to the
  1129.   bind call.  So applications should always initialize the node field
  1130.   to 0 when binding a socket on the primary network.  In this case the
  1131.   socket is assigned the default node that has been given to the
  1132.   kernel when the internal network was created.  By enabling the full
  1133.   internal IPX network the cross-forwarding of packets targeted at
  1134.   'special' sockets to sockets listening on the primary network is
  1135.   disabled.  This might break existing applications, especially
  1136.   RIP/SAP daemons.  A RIP/SAP daemon that works well with the full
  1137.   internal net can be found on ftp.gwdg.de:/pub/linux/misc/ncpfs.
  1138.   If you don't know what you are doing, say N.
  1139.  
  1140. Appletalk DDP
  1141. CONFIG_ATALK
  1142.   Appletalk is the way Apple computers speak to each other on a
  1143.   network.  EtherTalk is the name used for appletalk over ethernet
  1144.   and Localtalk is appletalk over the apple serial links.  If your
  1145.   linux box is connected to such a network and you want to join the
  1146.   conversation, say Y.  You will need to use the netatalk package
  1147.   so that your Linux box can act as a print and file server for
  1148.   macs as well as access appletalk printers.  Check out
  1149.   http://artoo.hitchcock.org/~flowerpt/projects/linux-netatalk/ on
  1150.   the WWW for details (to browse the WWW, you need to have access to
  1151.   a machine on the Internet that has one of the programs lynx,
  1152.   netscape or Mosaic).  The NET-2-HOWTO, available via ftp (user:
  1153.   anonymous) in sunsite.unc.edu:/pub/Linux/docs/HOWTO contains
  1154.   valuable information as well.  This driver is also available as a
  1155.   module (= code which can be inserted in and removed from the running
  1156.   kernel whenever you want).  If you want to compile it as a module,
  1157.   say M here and read Documentation/modules.txt.  I hear that the GNU
  1158.   boycott of Apple is over, so even politically correct people are
  1159.   allowed to say Y here.  At the time the kernel is released the
  1160.   localtalk drivers are not yet ready to ship.  The kernel however
  1161.   supports localtalk and when such drivers become available all you
  1162.   will need to do is download and install the localtalk driver.  
  1163.  
  1164. Amateur Radio AX.25 Level 2
  1165. CONFIG_AX25
  1166.   This is the protocol used for computer communication over amateur
  1167.   radio. It is either used by itself for point-to-point links, or to
  1168.   carry other protocols such as tcp/ip. To use it, you need a device
  1169.   that connects your Linux box to your amateur radio. You can either
  1170.   use a low speed TNC (a Terminal Node Controller acts as a kind of
  1171.   modem connecting your computer's serial port to your radio's
  1172.   microphone input and speaker output) supporting the KISS protocol or
  1173.   the various SCC cards that are supported by the Ottawa PI, the
  1174.   Gracilis Packetwin and the generic Z8530 driver. Another option are
  1175.   the Baycom modem serial and parallel port hacks (supported by their
  1176.   own driver) and the other baycom cards (SCC) (supported by the Z8530
  1177.   driver).  Information about where to get supporting software for
  1178.   Linux amateur radio as well as information about how to configure an
  1179.   AX.25 port is contained in the HAM-HOWTO, available via ftp (user:
  1180.   anonymous) in sunsite.unc.edu:/pub/Linux/docs/HOWTO. You might also
  1181.   want to check out the file Documentation/networking/ax25.txt in the
  1182.   kernel source. More information about digital amateur radio in
  1183.   general is on the WWW at http://www.cis.ohio-state.edu/
  1184.   /hypertext/faq/usenet/radio/ham-radio/digital-faq/faq.html
  1185.   (To browse the WWW, you need to have access to a machine on the
  1186.   Internet that has one of the programs lynx, netscape or Mosaic).
  1187.  
  1188. Amateur Radio NET/ROM
  1189. CONFIG_NETROM
  1190.   NET/ROM is a network layer protocol on top of AX.25 useful for
  1191.   routing.  A comprehensive listing of all the software for Linux
  1192.   amateur radio users as well as information about how to configure an
  1193.   AX.25 port is contained in the HAM-HOWTO, available via ftp (user:
  1194.   anonymous) in sunsite.unc.edu:/pub/Linux/docs/HOWTO.  You also might
  1195.   also want to check out the file Documentation/networking/ax25.txt.
  1196.   More information about digital amateur radio in general is on the
  1197.   WWW at http://www.cis.ohio-state.edu
  1198.   /hypertext/faq/usenet/radio/ham-radio/digital-faq/faq.html
  1199.   (To browse the WWW, you need to have access to a machine on the
  1200.   Internet that has one of the programs lynx, netscape or Mosaic).
  1201.  
  1202. AX.25 over Ethernet
  1203. CONFIG_BPQETHER
  1204.   AX.25 is the protocol used for computer communication over amateur
  1205.   radio. If you say Y here, you will be able to send and receive AX.25
  1206.   traffic over ethernet (also called "BPQ AX.25"), which could be
  1207.   useful if some other computer on your local network has a direct
  1208.   amateur radio connection.
  1209.  
  1210. Bridging (EXPERIMENTAL)
  1211. CONFIG_BRIDGE
  1212.   If you say Y here, then your Linux box will be able to act as an
  1213.   ethernet bridge, which means that the different ethernet segments it
  1214.   is connected to will appear as one ethernet to the participants.
  1215.   Several such bridges can work together to create even larger
  1216.   networks of ethernets using the IEEE802.1 spanning tree algorithm.
  1217.   As this is a standard, Linux bridges will interwork properly with
  1218.   other third party bridge products. In order to use this, you'll need
  1219.   the bridge configuration tools available via ftp (user: anonymous)
  1220.   from shadow.cabi.net. Note that if your box acts as a bridge, it
  1221.   probably contains several ethernet devices, but the kernel is not
  1222.   able to recognize more than one at boot time without help; for
  1223.   details read the Multiple-Ethernet-mini-HOWTO, available via ftp
  1224.   (user: anonymous) in sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini.
  1225.   The Bridging code is still in test. If unsure, say N.
  1226.  
  1227. Kernel/User network link driver (EXPERIMENTAL)
  1228. CONFIG_NETLINK
  1229.   This driver allows for two-way communication between certain parts
  1230.   of the kernel or modules and user processes; the user processes are
  1231.   able to read from and write to character special files in the /dev
  1232.   directory having major mode 36.  So far, the kernel uses it to
  1233.   publish some network related information if you enable "Routing
  1234.   messages", below.  Say Y if you want to experiment with it; this is
  1235.   EXPERIMENTAL code, which means that it need not be completely
  1236.   stable.  You need to include this if you want to use arpd, a daemon
  1237.   that helps keep the internal ARP cache (a mapping between IP
  1238.   addresses and hardware addresses on the local network) small.
  1239.   If unsure, say N.
  1240.  
  1241. Routing messages
  1242. CONFIG_RTNETLINK
  1243.   If you enable this and create a character special file /dev/route
  1244.   with major number 36 and minor number 0 using mknod ("man mknod"),
  1245.   you can read some network related routing information from that
  1246.   file. Everything you write to that file will be discarded.
  1247.  
  1248. SCSI support?
  1249. CONFIG_SCSI
  1250.   If you want to use a SCSI harddisk, SCSI tapedrive, SCSI CDROM or
  1251.   any other SCSI device under Linux, say Y and make sure that you know
  1252.   the name of your SCSI host adapter (the card inside your computer
  1253.   that "speaks" the SCSI protocol), because you will be asked for it.
  1254.   You also need to say Y here if you want support for the parallel
  1255.   port version of the 100MB IOMEGA ZIP drive.  Please read the
  1256.   SCSI-HOWTO, available via ftp (user: anonymous) in sunsite.unc.edu:
  1257.   /pub/Linux/docs/HOWTO.  This driver is also available as a module
  1258.   (= code which can be inserted in and removed from the running kernel
  1259.   whenever you want).  If you want to compile it as a module, say M
  1260.   here and read Documentation/modules.txt and Documentation/scsi.txt.
  1261.  
  1262. SCSI disk support
  1263. CONFIG_BLK_DEV_SD
  1264.   If you want to use a SCSI harddisk or the SCSI or parallel port
  1265.   version of the IOMEGA ZIP drive under Linux, say Y and read
  1266.   the SCSI-HOWTO, available via ftp (user: anonymous) in
  1267.   sunsite.unc.edu:/pub/Linux/docs/HOWTO. This is NOT for SCSI CDROMs.
  1268.   This driver is also available as a module ( = code which can be
  1269.   inserted in and removed from the running kernel whenever you want).
  1270.   If you want to compile it as a module, say M here and read
  1271.   Documentation/modules.txt and Documentation/scsi.txt.
  1272.  
  1273. SCSI tape support
  1274. CONFIG_CHR_DEV_ST
  1275.   If you want to use a SCSI tapedrive under Linux, say Y and read the
  1276.   SCSI-HOWTO, available via ftp (user: anonymous) in
  1277.   sunsite.unc.edu:/pub/Linux/docs/HOWTO and drivers/scsi/README.st in
  1278.   the kernel source. This is NOT for SCSI CDROMs. This driver is also
  1279.   available as a module ( = code which can be inserted in and removed
  1280.   from the running kernel whenever you want). If you want to compile
  1281.   it as a module, say M here and read Documentation/modules.txt and
  1282.   Documentation/scsi.txt .
  1283.  
  1284. SCSI CDROM support
  1285. CONFIG_BLK_DEV_SR
  1286.   If you want to use a SCSI CDROM under Linux, say Y and read the
  1287.   SCSI-HOWTO and the CDROM-HOWTO from sunsite.unc.edu:
  1288.   /pub/Linux/docs/HOWTO. Also make sure to enable the ISO9660
  1289.   filesystem later. This driver is also available as a module ( = code
  1290.   which can be inserted in and removed from the running kernel
  1291.   whenever you want). If you want to compile it as a module, say M
  1292.   here and read Documentation/modules.txt and Documentation/scsi.txt.
  1293.  
  1294. SCSI generic support
  1295. CONFIG_CHR_DEV_SG
  1296.   If you want to use SCSI scanners, synthesizers or CD-writers or just
  1297.   about anything having "SCSI" in its name other than harddisks,
  1298.   CDROMs or tapes, say Y here. Those won't be supported by the kernel
  1299.   directly, so you need some additional software which knows how to
  1300.   talk to these devices using the SCSI protocol. For CD-writers, you
  1301.   would need the program cdwrite, available via ftp (user: anonymous)
  1302.   from sunsite.unc.edu:/pub/Linux/utils/disk-management; for other
  1303.   devices, it's possible that you'll have to write the driver software
  1304.   yourself, so have a look at the SCSI-HOWTO and at the
  1305.   SCSI-Programming-HOWTO, both available via ftp (user: anonymous) in
  1306.   sunsite.unc.edu:/pub/Linux/docs/HOWTO. If you want to compile this
  1307.   as a module ( = code which can be inserted in and removed from the
  1308.   running kernel whenever you want), say M here and read
  1309.   Documentation/modules.txt and Documentation/scsi.txt.
  1310.  
  1311. Probe all LUNs on each SCSI device
  1312. CONFIG_SCSI_MULTI_LUN
  1313.   If you have a SCSI device that supports more than one LUN (Logical
  1314.   Unit Number), e.g. a CD jukebox, and only one LUN is detected, you
  1315.   can say Y here to force the SCSI driver to probe for multiple LUNs.
  1316.   A SCSI device with multiple LUNs acts logically like multiple SCSI
  1317.   devices.  The vast majority of SCSI devices have only one LUN, and
  1318.   so most people can say N here and should in fact do so, because it
  1319.   is safer.
  1320.  
  1321. Verbose SCSI error reporting (kernel size +=12K)
  1322. CONFIG_SCSI_CONSTANTS
  1323.   The error messages regarding your SCSI hardware will be easier to
  1324.   understand if you enable this; it will enlarge your kernel by about
  1325.   12KB.  If in doubt, say Y.
  1326.  
  1327. AdvanSys SCSI support
  1328. CONFIG_SCSI_ADVANSYS
  1329.   This is a driver for all SCSI host adapters manufactured by
  1330.   AdvanSys. It is documented in the kernel source in
  1331.   drivers/scsi/advansys.c. This driver is also available as a module (
  1332.   = code which can be inserted in and removed from the running kernel
  1333.   whenever you want). If you want to compile it as a module, say M
  1334.   here and read Documentation/modules.txt.
  1335.  
  1336. Adaptec AHA152X/2825 support
  1337. CONFIG_SCSI_AHA152X
  1338.   This is support for the AHA-1510, AHA-1520, AHA-1522, and AHA-2825
  1339.   SCSI host adapters. It is explained in section 3.3 of the
  1340.   SCSI-HOWTO, available via ftp (user: anonymous) at
  1341.   sunsite.unc.edu:/pub/Linux/docs/HOWTO. You might also want to read
  1342.   the comments at the top of drivers/scsi/aha152x.c. This driver is
  1343.   also available as a module ( = code which can be inserted in and
  1344.   removed from the running kernel whenever you want). If you want to
  1345.   compile it as a module, say M here and read
  1346.   Documentation/modules.txt.
  1347.  
  1348. Adaptec AHA1542 support
  1349. CONFIG_SCSI_AHA1542
  1350.   This is support for a SCSI host adapter. It is explained in section
  1351.   3.4 of the SCSI-HOWTO, available via ftp (user: anonymous) at
  1352.   sunsite.unc.edu:/pub/Linux/docs/HOWTO.  Note that Trantor was
  1353.   recently purchased by Adaptec, and some former Trantor products are
  1354.   being sold under the Adaptec name.  If it doesn't work out of the
  1355.   box, you may have to change some settings in drivers/scsi/aha1542.h.
  1356.   If you want to compile this as a module ( = code which can be
  1357.   inserted in and removed from the running kernel whenever you want),
  1358.   say M here and read Documentation/modules.txt.
  1359.  
  1360. Adaptec AHA1740 support
  1361. CONFIG_SCSI_AHA1740
  1362.   This is support for a SCSI host adapter.  It is explained in
  1363.   section 3.5 of the SCSI-HOWTO, available via ftp (user: anonymous)
  1364.   at sunsite.unc.edu:/pub/Linux/docs/HOWTO.  If it doesn't work out
  1365.   of the box, you may have to change some settings in
  1366.   drivers/scsi/aha1740.h. This driver is also available as a module
  1367.   ( = code which can be inserted in and removed from the running
  1368.   kernel whenever you want). If you want to compile it as a module,
  1369.   say M here and read Documentation/modules.txt.
  1370.  
  1371. Adaptec AIC7xxx chipset SCSI controller support
  1372. CONFIG_SCSI_AIC7XXX
  1373.   This is support for the various aic7xxx based Adaptec SCSI
  1374.   controllers.  These include the 274x EISA cards, 284x VLB cards,
  1375.   294x PCI cards, 394x PCI cards, 3985 PCI card, and several versions
  1376.   of the Adaptec built-in SCSI controllers on various PC motherboards.
  1377.   Information on the configuration options for this controller can be
  1378.   found by checking the README.aic7xxx file, usually in
  1379.   /usr/src/linux/drivers/scsi.
  1380.  
  1381. Override driver defaults for commands per LUN
  1382. CONFIG_OVERRIDE_CMDS
  1383.   Use this option to allow you to override the default maximum number
  1384.   of commands that a single device on the aic7xxx controller is
  1385.   allowed to have active at one time.  This option only effects tagged
  1386.   queueing capable devices.  The driver uses a "failsafe" value of 8
  1387.   by default.  This is much lower than many devices can handle, but
  1388.   left in place for safety sake.
  1389.   NOTE:  This does not actually enabled tagged queueing on any
  1390.   particular device.  The driver has changed in this respect.  Please
  1391.   see the file README.aic7xxx in /usr/src/linux/drivers/scsi for more
  1392.   information on how to get particular devices to use tagged command
  1393.   queueing.
  1394.   Default: N
  1395.  
  1396. Maximum number of commands per LUN
  1397. CONFIG_AIC7XXX_CMDS_PER_LUN
  1398.   Specify the maximum number of commands per lun you would like to
  1399.   allocate per device.  Reasonable figures are in the range of 14 to
  1400.   32 commands per device, but depending on hardware could be increased
  1401.   or decreased from that figure.  If the number is too high for any
  1402.   particular device, the driver will automatically compensate usually
  1403.   after only 10 minutes of uptime and will issue a message to alert
  1404.   you to the fact that the number of commands for that device has been
  1405.   reduced.  It will not hinder performance if a portion of your
  1406.   devices eventually have their commands per lun reduced, but is a
  1407.   waste of memory if all of your devices end up reducing this number
  1408.   down to a more reasonable figure.  Default: 24
  1409.  
  1410. Collect statistics to report in /proc
  1411. CONFIG_AIC7XXX_PROC_STATS
  1412.   This option tells the driver to keep track of how many commands have
  1413.   been sent to each particular device and report that information to
  1414.   the user via the /proc/scsi/aic7xxx/x file, where x is the number
  1415.   of the aic7xxx controller you want the information on.  This adds
  1416.   a small amount of overhead to each and every SCSI command the
  1417.   aic7xxx driver handles, so if you aren't really interested in this
  1418.   information, it is best to leave it disabled.  Default: N
  1419.  
  1420. Delay in seconds after SCSI bus reset
  1421. CONFIG_AIC7XXX_RESET_DELAY
  1422.   This sets how long the driver will wait after resetting the SCSI bus
  1423.   before attempting to communicate with the devices on the SCSI bus
  1424.   again.  This delay will be used during the reset phase at bootup
  1425.   time as well as after any reset that might occur during normal
  1426.   operation.  Reasonable numbers range anywhere from 5 to 15 seconds
  1427.   depending on your devices. DAT tape drives are notorious for needing
  1428.   more time after a bus reset to be ready for the next command, but
  1429.   most hard drives and CD-ROM devices are ready in only a few seconds.
  1430.   This option has a maximum upper limit of 20 seconds to avoid bad
  1431.   interactions between the aic7xxx driver and the rest of the linux
  1432.   kernel.  The default value has been reduced.  If this doesn't work
  1433.   with your hardware, try increasing this value.  Default: 5
  1434.  
  1435. BusLogic SCSI support
  1436. CONFIG_SCSI_BUSLOGIC
  1437.   This is support for BusLogic MultiMaster and FlashPoint SCSI Host
  1438.   Adapters.  Consult the SCSI-HOWTO, available via anonymous ftp from
  1439.   sunsite.unc.edu:/pub/Linux/docs/HOWTO, and the files README.BusLogic
  1440.   and README.FlashPoint in drivers/scsi for more information.  If this
  1441.   driver does not work correctly without modification, please contact
  1442.   the author, Leonard N. Zubkoff, by email to lnz@dandelion.com.
  1443.   You can also build this driver as a module ( = code which can be
  1444.   inserted in and removed from the running kernel whenever you want),
  1445.   but only a single instance may be loaded.  If you want to compile it
  1446.   as a module, say M here and read Documentation/modules.txt.
  1447.  
  1448. Omit BusLogic SCSI FlashPoint support
  1449. CONFIG_SCSI_OMIT_FLASHPOINT
  1450.   This option allows you to omit the FlashPoint support from the
  1451.   BusLogic SCSI driver.  The FlashPoint SCCB Manager code is
  1452.   substantial, so users of MultiMaster Host Adapters may wish to
  1453.   omit it.
  1454.  
  1455. DTC3180/3280 SCSI support
  1456. CONFIG_SCSI_DTC3280
  1457.   This is support for DTC 3180/3280 SCSI Host Adapters.  Please read
  1458.   the SCSI-HOWTO, available via ftp (user: anonymous) at
  1459.   sunsite.unc.edu:/pub/Linux/docs/HOWTO and the file
  1460.   drivers/scsi/README.dtc3x80.  This driver is also available as a
  1461.   module (= code which can be inserted in and removed from the running
  1462.   kernel whenever you want). If you want to compile it as a module,
  1463.   say M here and read Documentation/modules.txt.
  1464.  
  1465. EATA-DMA (DPT, NEC, AT&T, SNI, AST, Olivetti, Alphatronix) support
  1466. CONFIG_SCSI_EATA_DMA
  1467.   This is support for the EATA-DMA protocol compliant SCSI Host
  1468.   Adapters like the SmartCache III/IV, SmartRAID controller families
  1469.   and the DPT PM2011B and PM2012B controllers.  Please read the
  1470.   SCSI-HOWTO, available via ftp (user: anonymous) at
  1471.   sunsite.unc.edu:/pub/Linux/docs/HOWTO.  This driver is also
  1472.   available as a module (= code which can be inserted in and removed
  1473.   from the running kernel whenever you want). If you want to compile
  1474.   it as a module, say M here and read Documentation/modules.txt.
  1475.  
  1476. EATA-PIO (old DPT PM2001, PM2012A) support
  1477. CONFIG_SCSI_EATA_PIO
  1478.   This driver supports all EATA-PIO protocol compliant SCSI Host
  1479.   Adapters like the DPT PM2001 and the PM2012A. EATA-DMA compliant
  1480.   host adapters could also use this driver but are discouraged from
  1481.   doing so, since this driver only supports harddisks and lacks
  1482.   numerous features.  You might want to have a look at the SCSI-HOWTO,
  1483.   available via ftp (user: anonymous) at
  1484.   sunsite.unc.edu:/pub/Linux/docs/HOWTO.  If you want to compile this
  1485.   as a module ( = code which can be inserted in and removed from the
  1486.   running kernel whenever you want), say M here and read
  1487.   Documentation/modules.txt.
  1488.  
  1489. UltraStor 14F/34F support
  1490. CONFIG_SCSI_U14_34F
  1491.   This is support for the UltraStor 14F and 34F SCSI-2 host adapters.
  1492.   The source at drivers/scsi/u14-34f.c contains some information about
  1493.   this hardware.  If the driver doesn't work out of the box, you may
  1494.   have to change some settings in drivers/scsi/u14-34f.c.
  1495.   Read the SCSI-HOWTO, available via ftp (user: anonymous) at
  1496.   sunsite.unc.edu:/pub/Linux/docs/HOWTO.  Note that there is also
  1497.   another driver for the same hardware: "UltraStor SCSI support",
  1498.   below.  You should enable both only if you want 24F support as well.
  1499.   This driver is also available as a module ( = code which can be
  1500.   inserted in and removed from the running kernel whenever you want).
  1501.   If you want to compile it as a module, say M here and read
  1502.   Documentation/modules.txt.
  1503.  
  1504. Future Domain 16xx SCSI support
  1505. CONFIG_SCSI_FUTURE_DOMAIN
  1506.   This is support for Future Domain's 16-bit SCSI host adapters
  1507.   (TMC-1660/1680, TMC-1650/1670, TMC-3260, TMC-1610M/MER/MEX)
  1508.   and other adapters based on the Future Domain chipsets (Quantum
  1509.   ISA-200S, ISA-250MG; Adaptec AHA-2920; and at least one IBM board).
  1510.   It is explained in section 3.7 of the SCSI-HOWTO, available via ftp
  1511.   (user: anonymous) at sunsite.unc.edu:/pub/Linux/docs/HOWTO.
  1512.   This driver is also available as a module ( = code which can be
  1513.   inserted in and removed from the running kernel whenever you want).
  1514.   If you want to compile it as a module, say M here and read
  1515.   Documentation/modules.txt.
  1516.  
  1517. Generic NCR5380/53c400 SCSI support
  1518. CONFIG_SCSI_GENERIC_NCR5380
  1519.   This is the generic NCR family of SCSI controllers, not to be
  1520.   confused with the NCR 53c7 or 8xx controllers. It is explained in
  1521.   section 3.8 of the SCSI-HOWTO, available via ftp (user: anonymous)
  1522.   at sunsite.unc.edu:/pub/Linux/docs/HOWTO.  If it doesn't work out of
  1523.   the box, you may have to change some settings in
  1524.   drivers/scsi/g_NCR5380.h. This driver is also available as a module
  1525.   ( = code which can be inserted in and removed from the running
  1526.   kernel whenever you want). If you want to compile it as a module,
  1527.   say M here and read Documentation/modules.txt.
  1528.  
  1529. Enable NCR53c400 extensions
  1530. CONFIG_SCSI_GENERIC_NCR53C400
  1531.   This enables certain optimizations for the NCR53c400 scsi cards. You
  1532.   might as well try it out. Note that this driver will only probe for
  1533.   the Trantor T130B in its default configuration; you might have to
  1534.   pass a command line option to the kernel at boot time if it doesn't
  1535.   detect your card. See the file drivers/scsi/README.g_NCR5380 for
  1536.   details. If you want to compile it as a module, say M here and read
  1537.   Documentation/modules.txt.
  1538.  
  1539. NCR5380/53c400 mapping method (use Port for T130B)
  1540. CONFIG_SCSI_G_NCR5380_PORT
  1541.   The NCR5380 and NCR53c400 SCSI controllers come in two varieties:
  1542.   port or memory mapped. You should know what you have. The most
  1543.   common card, Trantor T130B, uses port mapped mode.
  1544.  
  1545. NCR53c7,8xx SCSI support
  1546. CONFIG_SCSI_NCR53C7xx
  1547.   This is the 53c7 and 8xx NCR family of SCSI controllers, not to be
  1548.   confused with the NCR 5380 controllers. It is explained in section
  1549.   3.8 of the SCSI-HOWTO, available via ftp (user: anonymous) at
  1550.   sunsite.unc.edu:/pub/Linux/docs/HOWTO. If it doesn't work out of the
  1551.   box, you may have to change some settings in
  1552.   drivers/scsi/53c7,8xx.h. This driver is also available as a module (
  1553.   = code which can be inserted in and removed from the running kernel
  1554.   whenever you want). If you want to compile it as a module, say M
  1555.   here and read Documentation/modules.txt.
  1556.  
  1557. Always negotiate synchronous transfers
  1558. CONFIG_SCSI_NCR53C7xx_sync
  1559.   In general, this is good; however, it is a bit dangerous since there
  1560.   are some broken SCSI devices out there. Take your chances. Safe bet
  1561.   is N.
  1562.  
  1563. Allow FAST-SCSI [10MHz]
  1564. CONFIG_SCSI_NCR53C7xx_FAST
  1565.   This will enable 10MHz FAST-SCSI transfers with your host adapter.
  1566.   Some systems have problems with that speed, so it's safest to say N
  1567.   here.
  1568.  
  1569. Allow DISCONNECT
  1570. CONFIG_SCSI_NCR53C7xx_DISCONNECT
  1571.   This enables the disconnect/reconnect feature of the NCR SCSI
  1572.   controller.  When this is enabled, a slow SCSI device will not lock
  1573.   the SCSI bus while processing a request, allowing simultaneous use
  1574.   of e.g. a SCSI hard disk and SCSI tape or CD-ROM drive, and
  1575.   providing much better performance when using slow and fast SCSI
  1576.   devices at the same time. Some devices, however, do not operate
  1577.   properly with this option enabled, and will cause your SCSI system
  1578.   to hang, which might cause a system crash.  The safe answer
  1579.   therefore is to say N.
  1580.  
  1581. NCR53C8XX SCSI support
  1582. CONFIG_SCSI_NCR53C8XX
  1583.   This is the BSD ncr driver adapted to linux for the NCR53C8XX family
  1584.   of PCI-SCSI controllers. This driver supports parity checking,
  1585.   tagged command queuing, fast scsi II transfer up to 10 MB/s with
  1586.   narrow scsi devices and 20 MB/s with wide scsi devices.
  1587.   Support of Ultra SCSI data transfers with NCR53C860 and NCR53C875
  1588.   controllers has been recently added to the driver.
  1589.   Please read drivers/scsi/README.ncr53c8xx for more information.
  1590.   Linux/i386 and Linux/Alpha are supported by this driver.
  1591.  
  1592. Synchronous data transfers frequency
  1593. CONFIG_SCSI_NCR53C8XX_SYNC
  1594.   SCSI-2 specifications allow scsi devices to negotiate a synchronous
  1595.   transfer period of 25 nano-seconds or more.
  1596.   The transfer period value is 4 times the agreed transfer period.
  1597.   So, data can be transferred at a 10 MHz frequency, allowing 10
  1598.   MB/second throughput with 8 bits scsi-2 devices and 20 MB/second
  1599.   with wide16 devices.  This frequency can be used safely with
  1600.   differential devices but may cause problems with singled-ended
  1601.   devices.
  1602.   Specify 0 if you want to only use asynchronous data transfers.
  1603.   Otherwise, specify a value between 5 and 10.  Commercial O/Ses
  1604.   generally use 5 Mhz frequency for synchronous transfers.  It is a
  1605.   reasonable default value.
  1606.   However, a flawless singled-ended scsi bus supports 10 MHz data
  1607.   transfers.  Regardless the value chosen in the Linux configuration,
  1608.   the synchronous period can be changed after boot-up through the
  1609.   /proc/scsi file system. The generic command is:
  1610.       echo "setsync #target period" >/proc/scsi/ncr53c8xx/0
  1611.   Use a 25 ns period for 10 Mhz synchronous data transfers.
  1612.   If you don't know what to do now, go with the default.
  1613.  
  1614. Use normal IO
  1615. CONFIG_SCSI_NCR53C8XX_IOMAPPED
  1616.   This option allows you to force the driver to use normal IO.
  1617.   Memory mapped IO has less latency than normal IO and works for most
  1618.   Intel-based hardware.
  1619.   Under Linux/Alpha only normal IO is currently supported by the
  1620.   driver and so, this option has no effect.
  1621.   The normal answer therefore is N.
  1622.  
  1623. Not allow targets to disconnect
  1624. CONFIG_SCSI_NCR53C8XX_NO_DISCONNECT
  1625.   This option is only provided for safety if you suspect some scsi
  1626.   device of yours to not support properly the target-disconnect
  1627.   feature. In that case, you would say Y here. In general however, to
  1628.   not allow targets to disconnect is not reasonable if there is more
  1629.   than 1 device on a scsi bus.  The normal answer therefore is N.
  1630.  
  1631. Enable tagged command queuing
  1632. CONFIG_SCSI_NCR53C8XX_TAGGED_QUEUE
  1633.   This option allows you to enable tagged command queuing support at
  1634.   linux start-up.  Some scsi devices do not properly support this
  1635.   feature.  The suggested method is to say N here and to use the
  1636.   "settags" control command after boot-up to enable this feature:
  1637.       echo "settags 2 4" >/proc/scsi/ncr53c8xx/0
  1638.   asks the driver to use up to 4 concurrent tagged commands for target
  1639.   2 of controller 0.
  1640.   See the file drivers/scsi/README.ncr53c8xx for more information.
  1641.   WARNING! If you say Y here, then you have to say N to "not allow
  1642.   targets to disconnect", above.
  1643.   The safe answer therefore is N.
  1644.   The normal answer therefore is Y.
  1645.  
  1646. Maximum number of queued commands
  1647. CONFIG_SCSI_NCR53C8XX_MAX_TAGS
  1648.   This option allows you to specify the maximum number of commands
  1649.   that can be queued to a device, when tagged command queuing is
  1650.   possible.  The default value is 4. Minimum is 2, maximum is 12.  The
  1651.   normal answer therefore is the default one.
  1652.  
  1653. Detect and read serial NVRAM
  1654. CONFIG_SCSI_NCR53C8XX_NVRAM_DETECT
  1655.   Enable support for reading the serial NVRAM data on Symbios and
  1656.   some Symbios compatible cards, and Tekram DC390W/U/F cards.  Useful
  1657.   for systems with more than one Symbios compatible controller where
  1658.   at least one has a serial NVRAM, or for a system with a mixture of
  1659.   Symbios and Tekram cards.  Enables setting the boot order of host
  1660.   adaptors to something other than the default order or "reverse
  1661.   probe" order.  Also enables Symbios and Tekram cards to be
  1662.   distinguished so CONFIG_SCSI_NCR53C8XX_SYMBIOS_COMPAT may be set in
  1663.   a system with a mixture of Symbios and Tekram cards so the Symbios
  1664.   cards can make use of the full range of Symbios features,
  1665.   differential, led pin, without causing problems for the Tekram
  1666.   card(s).
  1667.       (added by Richard Waltham: dormouse@farsrobt.demon.co.uk)
  1668.   Also enables setting host and targets SCSI features as defined in
  1669.   the user setup for each host using a serial NVRAM (added by the
  1670.   maintainer).
  1671.   The default answer is N, the normal answer should be Y.
  1672.   Read drivers/scsi/README.ncr53c8xx for more information.
  1673.  
  1674. Assume boards are SYMBIOS compatible
  1675. CONFIG_SCSI_NCR53C8XX_SYMBIOS_COMPAT
  1676.   This option allows you to enable some features depending on GPIO
  1677.   wiring.  These General Purpose Input/Output pins can be used for
  1678.   vendor specific features or implementation of the standard SYMBIOS
  1679.   features.  Genuine SYMBIOS boards use GPIO0 in output for controller
  1680.   LED and GPIO3 bit as a flag indicating singled-ended/differential
  1681.   interface.
  1682.   If all the boards of your system are genuine SYMBIOS boards or use
  1683.   BIOS and drivers from SYMBIOS, you would want to enable this option.
  1684.   The driver behaves correctly on my system with this option enabled.
  1685.   (SDMS 4.0 + Promise SCSI ULTRA 875 rev 0x3 + ASUS SC200 810A rev
  1686.   0x12).  This option must be set to N if your system has at least one
  1687.   53C8XX based scsi board with a vendor-specific BIOS (example: Tekram
  1688.   DC-390/U/W/F).  If unsure, say N.
  1689.   However, if all your non Symbios compatible boards have NVRAM,
  1690.   setting option CONFIG_SCSI_NCR53C8XX_NVRAM_DETECT allows the driver
  1691.   to distinguish Symbios compatible boards from other ones.  So,
  1692.   you can answer Y if all non Symbios compatible boards have NVRAM.
  1693.  
  1694. Always IN2000 SCSI support
  1695. CONFIG_SCSI_IN2000
  1696.   This is support for an ISA bus SCSI host adapter.  You'll find more
  1697.   information in drivers/scsi/in2000.readme.  If it doesn't work out
  1698.   of the box, you may have to change the jumpers for IRQ or address
  1699.   selection.  If you want to compile this as a module ( = code which
  1700.   can be inserted in and removed from the running kernel whenever you
  1701.   want), say M here and read Documentation/modules.txt.
  1702.  
  1703. PAS16 SCSI support
  1704. CONFIG_SCSI_PAS16
  1705.   This is support for a SCSI host adapter.  It is explained in section
  1706.   3.10 of the SCSI-HOWTO, available via ftp (user: anonymous) at
  1707.   sunsite.unc.edu:/pub/Linux/docs/HOWTO. If it doesn't work out of the
  1708.   box, you may have to change some settings in drivers/scsi/pas16.h.
  1709.  
  1710. Qlogic FAS SCSI support
  1711. CONFIG_SCSI_QLOGIC_FAS
  1712.   This driver works only with the ISA, VLB, and PCMCIA versions of the
  1713.   Qlogic FastSCSI! cards as well as any other card based on the FASXX
  1714.   chip (including the Control Concepts SCSI/IDE/SIO/PIO/FDC cards); it
  1715.   does NOT support the PCI version.  The PCI versions are supported by
  1716.   the Qlogic ISP driver though.  Information about this driver is
  1717.   contained in drivers/scsi/README.qlogicfas.  You should also read
  1718.   the SCSI-HOWTO, available via ftp (user: anonymous) at
  1719.   sunsite.unc.edu:/pub/Linux/docs/HOWTO.  This driver is also
  1720.   available as a module ( = code which can be inserted in and removed
  1721.   from the running kernel whenever you want).  If you want to compile
  1722.   it as a module, say M here and read Documentation/modules.txt.
  1723.  
  1724. Qlogic ISP SCSI support (EXPERIMENTAL)
  1725. CONFIG_SCSI_QLOGIC_ISP
  1726.   This driver works for all QLogic PCI SCSI host adapters (IQ-PCI,
  1727.   IQ-PCI-10, IQ_PCI-D) except for the PCI-basic card.  (This latter
  1728.   card is supported by the "AM53/79C974 PCI SCSI" driver.)  If you
  1729.   say Y here, make sure to say Y to "PCI BIOS support" as well.  More
  1730.   information is contained in the file drivers/scsi/README.qlogicisp.
  1731.   You should also read the SCSI-HOWTO, available via ftp (user:
  1732.   anonymous) at sunsite.unc.edu:/pub/Linux/docs/HOWTO.
  1733.   This driver is also available as a module ( = code which can be
  1734.   inserted in and removed from the running kernel whenever you
  1735.   want).  If you want to compile it as a module, say M here and read
  1736.   Documentation/modules.txt.
  1737.  
  1738. Seagate ST-02 and Future Domain TMC-8xx SCSI support
  1739. CONFIG_SCSI_SEAGATE
  1740.   These are 8-bit SCSI controllers; the ST-01 is also supported by
  1741.   this driver.  It is explained in section 3.9 of the SCSI-HOWTO,
  1742.   available via ftp (user: anonymous) at sunsite.unc.edu:
  1743.   /pub/Linux/docs/HOWTO.  If it doesn't work out of the box, you may
  1744.   have to change some settings in drivers/scsi/seagate.h.
  1745.   This driver is also available as a module ( = code which can be
  1746.   inserted in and removed from the running kernel whenever you
  1747.   want).  If you want to compile it as a module, say M here and read
  1748.   Documentation/modules.txt.
  1749.  
  1750. Trantor T128/T128F/T228 SCSI support
  1751. CONFIG_SCSI_T128
  1752.   This is support for a SCSI host adapter.  It is explained in section
  1753.   3.11 of the SCSI-HOWTO, available via ftp (user: anonymous) at
  1754.   sunsite.unc.edu:/pub/Linux/docs/HOWTO. If it doesn't work out of the
  1755.   box, you may have to change some settings in drivers/scsi/t128.h.
  1756.   Note that Trantor was recently purchased by Adaptec, and some former
  1757.   Trantor products are being sold under the Adaptec name.
  1758.  
  1759. UltraStor SCSI support
  1760. CONFIG_SCSI_ULTRASTOR
  1761.   This is support for the UltraStor 14F, 24F and 34F SCSI-2 host
  1762.   adapter family.  This driver is explained in section 3.12 of the
  1763.   SCSI-HOWTO, available via ftp (user: anonymous) at
  1764.   sunsite.unc.edu:/pub/Linux/docs/HOWTO.  If it doesn't work out of
  1765.   the box, you may have to change some settings in
  1766.   drivers/scsi/ultrastor.h.  If you want to compile this as a module
  1767.   (= code which can be inserted in and removed from the running kernel
  1768.   whenever you want), say M here and read Documentation/modules.txt.
  1769.   Note that there is also another driver for UltraStor hardware:
  1770.   "UltraStor 14F/34F support", above.
  1771.  
  1772. 7000FASST SCSI support
  1773. CONFIG_SCSI_7000FASST
  1774.   This driver supports the Western Digital 7000 SCSI host adapter.
  1775.   Some information is in the source: drivers/scsi/wd7000.c.  This
  1776.   driver is also available as a module ( = code which can be inserted
  1777.   in and removed from the running kernel whenever you want).  If you
  1778.   want to compile it as a module, say M here and read
  1779.   Documentation/modules.txt.
  1780.  
  1781. EATA ISA/EISA/PCI (DPT and generic EATA/DMA-compliant boards) support
  1782. CONFIG_SCSI_EATA
  1783.   This driver supports all the EATA/DMA-compliant SCSI host adapters
  1784.   and does not need any BIOS32 service.
  1785.   DPT ISA and all EISA i/o addresses are probed looking for the "EATA"
  1786.   signature.  If "PCI bios support" is enabled, the addresses of all
  1787.   the PCI SCSI controllers reported by BIOS32 are probed as well.
  1788.   Note that there is also another driver for the same hardware:
  1789.   "EATA-DMA support".  You should enable only one of them.
  1790.   You want to read the start of drivers/scsi/eata.c and the
  1791.   SCSI-HOWTO, available via ftp (user: anonymous) at
  1792.   sunsite.unc.edu:/pub/Linux/docs/HOWTO.  If you want to compile this
  1793.   as a module ( = code which can be inserted in and removed from the
  1794.   running kernel whenever you want), say M here and read
  1795.   Documentation/modules.txt.
  1796.  
  1797. NCR53c406a SCSI support
  1798. CONFIG_SCSI_NCR53C406A
  1799.   This is support for the NCR53c406a SCSI host adapter.  For user
  1800.   configurable parameters, check out drivers/scsi/NCR53c406.c in the
  1801.   kernel source.  Also read the SCSI-HOWTO, available via ftp (user:
  1802.   anonymous) at sunsite.unc.edu:/pub/Linux/docs/HOWTO.  If you want to
  1803.   compile this driver as a module ( = code which can be inserted in
  1804.   and removed from the running kernel whenever you want), say M here
  1805.   and read Documentation/modules.txt.
  1806.  
  1807. Tekram DC390(T) (AMD PCscsi) SCSI support
  1808. CONFIG_SCSI_DC390T
  1809.   This driver supports the Tekram DC390(T) PCI SCSI Hostadapter with
  1810.   the Am53C974A chip, and perhaps other cards using the same chip.
  1811.   This driver does _not_ support the DC390W/U/F adaptor with the
  1812.   NCR/Symbios chips.
  1813.  
  1814. AM53/79C974 PCI SCSI support
  1815. CONFIG_SCSI_AM53C974
  1816.   This is support for the AM53/79C974 SCSI host adapters. Please read
  1817.   drivers/scsi/README.AM53C974 for details. Also, the SCSI-HOWTO,
  1818.   available via ftp (user: anonymous) at
  1819.   sunsite.unc.edu:/pub/Linux/docs/HOWTO, is for you.
  1820.   Use the native DC390 driver if you've got a Tekram DC390(T) PCI-SCSI
  1821.   host adapter.
  1822.  
  1823. GDT SCSI Disk Array Controller support
  1824. CONFIG_SCSI_GDTH
  1825.   This is a driver for all SCSI Disk Array Controllers (EISA/ISA/PCI)
  1826.   manufactured by ICP vortex. It is documented in the kernel source in
  1827.   drivers/scsi/gdth.c and drivers/scsi/gdth.h. This driver is also
  1828.   available as a module ( = code which can be inserted in and removed
  1829.   from the running kernel whenever you want). If you want to compile
  1830.   it as a module, say M here and read Documentation/modules.txt. 
  1831.  
  1832. IOMEGA Parallel Port ZIP drive SCSI support
  1833. CONFIG_SCSI_PPA
  1834.   This driver supports the parallel port version of IOMEGA's ZIP drive
  1835.   (a 100Mb removable media device).  For more information about this
  1836.   driver and how to use it you should read the file
  1837.   drivers/scsi/README.ppa.  You should also read the SCSI-HOWTO, which
  1838.   is available via anonymous ftp from sunsite.unc.edu in the directory
  1839.   /pub/Linux/docs/HOWTO.  This driver is also available as a module
  1840.   which can be inserted in and removed from the running kernel
  1841.   whenever you want. If you want to use any two of a parallel port ZIP
  1842.   drive, a parallel printer or PLIP on the same parallel port, you
  1843.   should compile the drivers as modules and only insert them as
  1844.   needed. To compile this driver as a module, say M here and read
  1845.   Documentation/modules.txt. Note that you can say N here if you have
  1846.   the SCSI version of the ZIP drive: it will be supported
  1847.   automatically if you enabled the generic "SCSI disk support", above.
  1848.  
  1849. IOMEGA ZIP drive - Buggy EPP chipset support
  1850. CONFIG_SCSI_PPA_HAVE_PEDANTIC
  1851.   Contacts with the Iomega driver development team indicate there are
  1852.   a few reputably bad EPP implementations in existance. The following
  1853.   mainboard chipsets will probably require the PEDANTIC option to
  1854.   reliably transfer data:
  1855.        Winbond xxx837
  1856.        National Semiconductor PC87306 (early revisions)
  1857.  
  1858. Network device support?
  1859. CONFIG_NETDEVICES
  1860.   You can say N here in case you don't intend to connect to any other
  1861.   computer at all or all your connections will be either via UUCP
  1862.   (UUCP is a protocol to forward mail and news between unix hosts over
  1863.   telephone lines; read the UUCP-HOWTO, available via ftp (user:
  1864.   anonymous) in sunsite.unc.edu:/pub/Linux/docs/HOWTO) or dialing up a
  1865.   shell account or a BBS, even using term (term is a program which
  1866.   gives you almost full Internet connectivity if you have a regular
  1867.   dial up shell account on some Internet connected Unix computer. Read
  1868.   the Term-HOWTO).  You'll have to say Y if your computer contains a
  1869.   network card that you want to use under linux (make sure you know
  1870.   its name because you will be asked for it and read the
  1871.   Ethernet-HOWTO; also, if you plan to use more than one network card
  1872.   under linux, read the Multiple-Ethernet-mini-HOWTO, available from
  1873.   sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini) or if you want to use
  1874.   SLIP (Serial Line Internet Protocol is the protocol used to send
  1875.   Internet traffic over telephone lines or nullmodem cables) or CSLIP
  1876.   (compressed SLIP) or PPP (better and newer variant of SLIP) or PLIP
  1877.   (Parallel Line Internet Protocol is mainly used to create a mini
  1878.   network by connecting the parallel ports of two local machines) or
  1879.   AX.25/KISS (protocol for sending internet traffic over radio links).
  1880.   Make sure to read the NET-2-HOWTO.  Eventually, you will have to
  1881.   read Olaf Kirch's excellent book "Network Administrator's Guide", to
  1882.   be found in sunsite.unc.edu:/pub/Linux/docs/LDP.  If unsure, say Y.
  1883.  
  1884. Ethernet (10 or 100Mbit)
  1885. CONFIG_NET_ETHERNET
  1886.   Ethernet is the most common protocol used on Local Area Networks
  1887.   (LANs) in universities or companies. 10-base-2 and 10-base-T and
  1888.   100-base-<whatever> are common types of ethernet. If your Linux
  1889.   machine will be connected to an Ethernet and you have an ethernet
  1890.   network card installed in your computer, say Y here and read the
  1891.   Ethernet-HOWTO, available via ftp (user: anonymous) from
  1892.   sunsite.unc.edu:/pub/Linux/docs/HOWTO.  Note that the answer to this
  1893.   question won't directly affect the kernel: saying N will just cause
  1894.   this configure script to skip all the questions about Ethernet
  1895.   network cards. If unsure, say N.
  1896.  
  1897. Dummy net driver support
  1898. CONFIG_DUMMY
  1899.   This is essentially a bit-bucket device (i.e. traffic you send to
  1900.   this device is consigned into oblivion) with a configurable IP
  1901.   address.  It is most commonly used in order to make your currently
  1902.   inactive SLIP address seem like a real address for local programs.
  1903.   If you use SLIP or PPP, you might want to enable it.  Read about it
  1904.   in the Network Administrator's Guide, available via ftp (user:
  1905.   anonymous) from sunsite.unc.edu:/pub/Linux/docs/LDP.  Since this
  1906.   thing comes often handy, the default is Y.  It won't enlarge your
  1907.   kernel either.  What a deal.  If you want to compile this as a
  1908.   module ( = code which can be inserted in and removed from the
  1909.   running kernel whenever you want), say M here and read
  1910.   Documentation/modules.txt. If you want to use more than one dummy
  1911.   device at a time, you need to compile it as a module. Instead of
  1912.   'dummy', it will they will then be called 'dummy0', 'dummy1' etc.
  1913.  
  1914. SLIP (serial line) support
  1915. CONFIG_SLIP
  1916.   Say Y if you intend to use SLIP or CSLIP (compressed SLIP) to
  1917.   connect to your Internet service provider or to connect to some
  1918.   other local Unix box or if you want to configure your Linux box as
  1919.   a Slip/CSlip server for other people to dial in.  SLIP (Serial Line
  1920.   Internet Protocol) is the protocol used to send Internet traffic
  1921.   over telephone lines or serial cables (also known as nullmodems).
  1922.   Normally, your access provider has to support SLIP in order for you
  1923.   to be able to use it, but there is now a SLIP emulator called SLiRP
  1924.   around (available via ftp (user: anonymous) from sunsite.unc.edu:
  1925.   /pub/Linux/system/Network/serial/) which allows you to use SLIP over
  1926.   a regular dial up shell connection.  If you plan to use SLiRP, make
  1927.   sure to say Y to CSLIP, below.  The NET-2-HOWTO, available via ftp
  1928.   (user: anonymous) in sunsite.unc.edu:/pub/Linux/docs/HOWTO, explains
  1929.   how to configure SLIP.  Note that you don't need this option if you
  1930.   just want to run term (term is a program which gives you almost full
  1931.   Internet connectivity if you have a regular dial up shell account on
  1932.   some Internet connected Unix computer.  Read the Term-HOWTO).  SLIP
  1933.   support will enlarge your kernel by about 4kB.  If unsure, say N.
  1934.   If you want to compile this as a module ( = code which can be
  1935.   inserted in and removed from the running kernel whenever you want),
  1936.   say M here and read Documentation/modules.txt as well as
  1937.   Documentation/networking/net-modules.txt.
  1938.  
  1939. CSLIP compressed headers
  1940. CONFIG_SLIP_COMPRESSED
  1941.   This protocol is faster than SLIP because it uses compression on the
  1942.   TCP/IP headers (not on the data itself), but it has to be supported
  1943.   on both ends. Ask your access provider if you are not sure and say
  1944.   Y, just in case.  You will still be able to use plain SLIP.  If you
  1945.   plan to use SLiRP, the SLIP emulator (available via ftp (user:
  1946.   anonymous) from sunsite.unc.edu:/pub/Linux/system/Network/serial/)
  1947.   which allows you to use SLIP over a regular dial up shell
  1948.   connection, you definitely want to say Y here.  The NET-2-HOWTO,
  1949.   available via ftp (user: anonymous) in
  1950.   sunsite.unc.edu:/pub/Linux/docs/HOWTO, explains how to configure
  1951.   CSLIP.  This won't enlarge your kernel.
  1952.  
  1953. Keepalive and linefill
  1954. CONFIG_SLIP_SMART
  1955.   Adds additional capabilities to the SLIP driver to support the
  1956.   RELCOM line fill and keepalive monitoring.  Ideal on poor quality
  1957.   analogue lines.
  1958.  
  1959. Six bit SLIP encapsulation
  1960. CONFIG_SLIP_MODE_SLIP6
  1961.   Just occasionally you may need to run IP over hostile serial
  1962.   networks that don't pass all control characters or are only seven
  1963.   bit.  Saying Y here adds an extra mode you can use with SLIP:
  1964.   "slip6".  In this mode, SLIP will only send normal ascii symbols
  1965.   over the serial device.  Naturally, this has to be supported at the
  1966.   other end of the link as well.  It's good enough, for example, to
  1967.   run IP over the async ports of a Camtec JNT Pad.  If unsure, say N.
  1968.  
  1969. Radio network interfaces
  1970. CONFIG_NET_RADIO
  1971.   Radio based interfaces for Linux.  This includes amateur radio
  1972.   (AX.25), support for wireless ethernet and other systems.  Note that
  1973.   the answer to this question won't directly affect the kernel:
  1974.   saying N will just cause this configure script to skip all the
  1975.   questions about radio interfaces. Some user-level drivers for scarab
  1976.   devices which don't require special kernel support are available via
  1977.   ftp (user: anonymous) from shadow.cabi.net.  If unsure, say N.
  1978.  
  1979. PPP (point-to-point) support
  1980. CONFIG_PPP
  1981.   PPP (Point to Point Protocol) is a newer and better SLIP.  It serves
  1982.   the same purpose: sending Internet traffic over telephone (and other
  1983.   serial) lines.  Ask your access provider if they support it, because
  1984.   otherwise you can't use it (not quite true any more: the free
  1985.   program SLiRP can emulate a PPP line if you just have a regular dial
  1986.   up shell account on some UNIX computer; get it via ftp (user:
  1987.   anonymous) from sunsite.unc.edu:/pub/Linux/system/Network/serial/).
  1988.   To use PPP, you need an additional program called pppd as described
  1989.   in Documentation/networking/ppp.txt and in the PPP-HOWTO, available
  1990.   from sunsite.unc.edu:/pub/Linux/docs/HOWTO. Note that you don't need
  1991.   this option if you just want to run term (term is a program which
  1992.   gives you almost full Internet connectivity if you have a regular
  1993.   dial up shell account on some Internet connected UNIX computer. Read
  1994.   the Term-HOWTO).  The PPP option enlarges your kernel by about 16kB.
  1995.   This driver is also available as a module ( = code which can be
  1996.   inserted in and removed from the running kernel whenever you want).
  1997.   If you said Y to "Version information on all symbols" above, then
  1998.   you cannot compile the PPP driver into the kernel; you can only
  1999.   compile it as a module.  If you want to compile it as a module,
  2000.   say M here and read Documentation/modules.txt as well as
  2001.   Documentation/networking/net-modules.txt.  Note that, no matter what
  2002.   you do, the BSD compression code (used to compress the IP packets
  2003.   sent over the serial line; has to be supported at the other end as
  2004.   well) can only be compiled as a module; it is called bsd_comp.o and
  2005.   will show up in the directory modules once you have said "make
  2006.   modules".  If unsure, say N.
  2007.  
  2008. 16 channels instead of 4
  2009. CONFIG_PPP_LOTS
  2010.   Saying Y here will allow you to have up to 16 PPP connections
  2011.   running in parallel.  This is mainly useful if you intend your
  2012.   linux box to act as a dial-in PPP server.  Most people can say N.
  2013.  
  2014. STRIP (Starmode Radio IP) support
  2015. CONFIG_STRIP
  2016.   Say Y if you have a Metricom radio and intend to use Starmode Radio
  2017.   IP.  STRIP is a radio protocol developed for the MosquitoNet project
  2018.   (http://mosquitonet.stanford.edu/) to send Internet traffic using
  2019.   Metricom radios.  Metricom radios are small, battery powered,
  2020.   100kbit/sec packet radio transceivers, about the size and weight of
  2021.   a cellular telephone.  (You may also have heard them called
  2022.   "Metricom modems" but we avoid the term "modem" because it misleads
  2023.   many people into thinking that you can plug a Metricom modem into a
  2024.   phone line and use it as a modem.)  You can use STRIP on any Linux
  2025.   machine with a serial port, although it is obviously most useful for
  2026.   people with laptop computers.  If you think you might get a Metricom
  2027.   radio in the future, there is no harm in saying yes to STRIP now,
  2028.   except that it makes the kernel a bit bigger.
  2029.  
  2030. WIC (Radio IP bridge)
  2031. CONFIG_WIC
  2032.   Support for the WIC parallel port radio bridge. You'll probably want
  2033.   to say N.  If you want to compile this driver as a module though
  2034.   (= code which can be inserted in and removed from the running kernel
  2035.   whenever you want), say M here and read Documentation/modules.txt.
  2036.  
  2037. Z8530 SCC kiss emulation driver for AX.25
  2038. CONFIG_SCC
  2039.   These cards are used to connect your Linux box to an amateur radio
  2040.   in order to communicate with other computers.  If you want to use
  2041.   this, read Documentation/networking/z8530drv.txt and the HAM-HOWTO,
  2042.   available via ftp (user: anonymous) at
  2043.   sunsite.unc.edu:/pub/Linux/docs/HOWTO.  If you want to compile this
  2044.   as a module ( = code which can be inserted in and removed from the
  2045.   running kernel whenever you want), say M here and read
  2046.   Documentation/modules.txt.
  2047.  
  2048. BAYCOM ser12 and par96 kiss emulation driver for AX.25
  2049. CONFIG_BAYCOM
  2050.   This is an experimental driver for Baycom style simple amateur radio
  2051.   modems that connect to either a serial interface or a parallel
  2052.   interface. The driver supports the ser12 and par96 designs. To
  2053.   configure the driver, use the setbaycom utility available from
  2054.   http://www.ife.ee.ethz.ch/~sailer/ham/ham.html#lnxbay. For
  2055.   information on the modems, see http://www.baycom.de and
  2056.   drivers/char/README.baycom.  If you want to compile this as a module
  2057.   ( = code which can be inserted in and removed from the running
  2058.   kernel whenever you want), say M here and read
  2059.   Documentation/modules.txt. This is recommended.
  2060.  
  2061. PLIP (parallel port) support
  2062. CONFIG_PLIP
  2063.   PLIP (Parallel Line Internet Protocol) is used to create a mini
  2064.   network consisting of two (or, rarely, more) local machines. The
  2065.   parallel ports (the connectors at the computers with 25 holes) are
  2066.   connected using "null printer" or "Turbo Laplink" cables which can
  2067.   transmit 4 bits at a time or using special PLIP cables, to be used
  2068.   on bidirectional parallel ports only, which can transmit 8 bits at a
  2069.   time (you can find the wiring of these cables in
  2070.   drivers/net/README?.plip). The cables can be up to 15m long. This
  2071.   works also if one of the machines runs DOS/Windows and has some PLIP
  2072.   software installed, e.g. the Crynwr PLIP packet driver
  2073.   (http://sunsite.cnam.fr/packages/Telnet/PC/msdos/misc/pktdrvr.txt)
  2074.   and winsock or NCSA's telnet.  If you want to use this, say Y and
  2075.   read the PLIP mini-HOWTO, available via ftp (user: anonymous) in
  2076.   sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini as well as the
  2077.   NET-2-HOWTO in sunsite.unc.edu:/pub/Linux/docs/HOWTO. Note that the
  2078.   PLIP protocol was changed and this PLIP driver won't work together
  2079.   with the PLIP support in Linux versions 1.0.x.  This option enlarges
  2080.   your kernel by about 8kB. If you want to compile this as a module (
  2081.   = code which can be inserted in and removed from the running kernel
  2082.   whenever you want), say M here and read Documentation/modules.txt as
  2083.   well as Documentation/networking/net-modules.txt. If you want to use
  2084.   both a parallel printer and PLIP, there are two cases: 1) If the
  2085.   printer and the PLIP cable are to use the same parallel port
  2086.   (presumably because you have just one), it is best to compile both
  2087.   drivers as modules and load and unload them as needed. 2) To use
  2088.   different parallel ports for the printer and the PLIP cable, you can
  2089.   say Y to the printer driver, specify the base address of the
  2090.   parallel port(s) to use for the printer(s) with the "lp" kernel
  2091.   command line option. (See the documentation of your boot loader
  2092.   (lilo or loadlin) about how to pass options to the kernel at boot
  2093.   time. The lilo procedure is also explained in the SCSI-HOWTO,
  2094.   available via ftp (user: anonymous) in
  2095.   sunsite.unc.edu:/pub/Linux/docs/HOWTO.) The standard base addresses
  2096.   as well as the syntax of the "lp" command line option can be found
  2097.   in drivers/char/lp.c. You can then say Y to this PLIP driver or,
  2098.   preferably, M in which case Documentation/networking/net-modules.txt
  2099.   tells you how to specify the port and IRQ to be used by PLIP at
  2100.   module load time.
  2101.   It's safe to say N here.
  2102.  
  2103. EQL (serial line load balancing) support
  2104. CONFIG_EQUALIZER
  2105.   If you have two serial connections to some other computer (this
  2106.   usually requires two modems and two telephone lines) and you use
  2107.   SLIP (= the protocol for sending internet traffic over telephone
  2108.   lines) or PPP (= a better SLIP) on them, you can make them behave
  2109.   like one double speed connection using this driver. Naturally, this
  2110.   has to be supported at the other end as well, either with a similar
  2111.   EQL Linux driver or with a Livingston Portmaster 2e. Say Y if you
  2112.   want this and read drivers/net/README.eql. This driver is also
  2113.   available as a module ( = code which can be inserted in and removed
  2114.   from the running kernel whenever you want). If you want to compile
  2115.   it as a module, say M here and read Documentation/modules.txt.
  2116.  
  2117. Frame Relay (DLCI) support
  2118. CONFIG_DLCI
  2119.   This is support for the frame relay protocol; frame relay is a fast
  2120.   low-cost way to connect to a remote internet access provider or to
  2121.   form a private wide area network. The one physical line from your
  2122.   box to the local "switch" (i.e. the entry point to the frame relay
  2123.   network, usually at the phone company) can carry several logical
  2124.   point-to-point connections to other computers connected to the frame
  2125.   relay network. For a general explanation of the protocol, check out
  2126.   http://frame-relay.indiana.edu/4000/4000index.html on the WWW. (To
  2127.   browse the WWW, you need to have access to a machine on the Internet
  2128.   that has one of the programs lynx, netscape or Mosaic.) To use frame
  2129.   relay, you need supporting hardware (FRAD) and certain programs from
  2130.   the net-tools package as explained in
  2131.   Documentation/networking/framerelay.txt. This driver is also
  2132.   available as a module ( = code which can be inserted in and removed
  2133.   from the running kernel whenever you want). If you want to compile
  2134.   it as a module, say M here and read Documentation/modules.txt.
  2135.  
  2136. Max open DLCI
  2137. CONFIG_DLCI_COUNT
  2138.   This is the maximal number of logical point-to-point frame relay
  2139.   connections (the identifiers of which are called DCLIs) that
  2140.   the driver can handle. The default is probably fine.
  2141.  
  2142. Max DLCI per device
  2143. CONFIG_DLCI_MAX
  2144.   You can specify here how many logical point-to-point frame relay
  2145.   connections (the identifiers of which are called DCLIs) should be
  2146.   handled by each of your hardware frame relay access devices. Go with
  2147.   the default.
  2148.  
  2149. Sangoma S502A FRAD support
  2150. CONFIG_SDLA
  2151.   Say Y here if you need a driver for the Sangoma S502A, S502E, and
  2152.   S508 Frame Relay Access Devices.  These are multi-protocol cards,
  2153.   but only frame relay is supported by the driver at this time.
  2154.   Please read Documentation/framerelay.txt.  This driver is also
  2155.   available as a module ( = code which can be inserted in and removed
  2156.   from the running kernel whenever you want).  If you want to compile
  2157.   it as a module, say M here and read Documentation/modules.txt.
  2158.  
  2159. Sun LANCE Ethernet support
  2160. CONFIG_SUN_LANCE
  2161.   This is support for lance ethernet cards on Sun workstations such as
  2162.   the Sparcstation IPC (any Sparc with a network interface 'le0' under
  2163.   SunOS basically).
  2164.  
  2165. Sun Intel Ethernet support
  2166. CONFIG_SUN_INTEL
  2167.   This is support for the intel ethernet cards on some Sun
  2168.   workstations (all those with a network interface 'ie0' under SunOS).
  2169.  
  2170. Western Digital/SMC cards
  2171. CONFIG_NET_VENDOR_SMC
  2172.   If you have a network (ethernet) card belonging to this class, say Y
  2173.   and read the Ethernet-HOWTO, available via ftp (user: anonymous) in
  2174.   sunsite.unc.edu:/pub/Linux/docs/HOWTO. If you plan to use more than
  2175.   one network card under linux, read the Multiple-Ethernet-mini-HOWTO,
  2176.   available from sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini. Note that
  2177.   the answer to this question doesn't directly affect the kernel:
  2178.   saying N will just cause this configure script to skip all the
  2179.   questions about Western Digital cards. If you say Y, you will be
  2180.   asked for your specific card in the following questions. If you plan
  2181.   to use more than one network card under linux, read the
  2182.   Multiple-Ethernet-mini-HOWTO, available from
  2183.   sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini.
  2184.  
  2185. WD80*3 support
  2186. CONFIG_WD80x3
  2187.   If you have a network (ethernet) card of this type, say Y and read
  2188.   the Ethernet-HOWTO, available via ftp (user: anonymous) in
  2189.   sunsite.unc.edu:/pub/Linux/docs/HOWTO. This driver is also available
  2190.   as a module ( = code which can be inserted in and removed from the
  2191.   running kernel whenever you want). If you want to compile it as a
  2192.   module, say M here and read Documentation/modules.txt as well as
  2193.   Documentation/networking/net-modules.txt. If you plan to use more
  2194.   than one network card under linux, read the
  2195.   Multiple-Ethernet-mini-HOWTO, available from
  2196.   sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini.
  2197.  
  2198. SMC Ultra support
  2199. CONFIG_ULTRA
  2200.   If you have a network (ethernet) card of this type, say Y and read
  2201.   the Ethernet-HOWTO, available via ftp (user: anonymous) in
  2202.   sunsite.unc.edu:/pub/Linux/docs/HOWTO.  This driver is also
  2203.   available as a module ( = code which can be inserted in and removed
  2204.   from the running kernel whenever you want). If you want to compile
  2205.   it as a module, say M here and read Documentation/modules.txt as
  2206.   well as Documentation/networking/net-modules.txt. If you plan to use
  2207.   more than one network card under linux, read the
  2208.   Multiple-Ethernet-mini-HOWTO, available from
  2209.   sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini.
  2210.   Important: There have been many reports that, with some motherboards
  2211.   mixing an SMC Ultra and an Adaptec AHA1542 SCSI card causes
  2212.   corruption problems with many operating systems.
  2213.  
  2214. SMC Ultra32 support
  2215. CONFIG_ULTRA32
  2216.   This is support for the SMC Ultra32 EISA card in shared memory mode.
  2217.   If you have a network (ethernet) card of this type, say Y and read
  2218.   the Ethernet-HOWTO, available via ftp (user: anonymous) in
  2219.   sunsite.unc.edu:/pub/Linux/docs/HOWTO.  This driver is also
  2220.   available as a module ( = code which can be inserted in and removed
  2221.   from the running kernel whenever you want). If you want to compile
  2222.   it as a module, say M here and read Documentation/modules.txt as
  2223.   well as Documentation/networking/net-modules.txt. If you plan to use
  2224.   more than one network card under linux, read the
  2225.   Multiple-Ethernet-mini-HOWTO, available from
  2226.   sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini.
  2227.  
  2228. SMC 9194 Support
  2229. CONFIG_SMC9194
  2230.   This is support for the SMC9xxx based Ethernet cards.  Choose this
  2231.   option if you have a DELL laptop with the docking station, or
  2232.   another SMC9192/9194 based chipset.  Say Y if you want it compiled
  2233.   into the kernel, and read the the file drivers/net/README.smc9 and
  2234.   the Ethernet-HOWTO, available via ftp (user: anonymous) in
  2235.   sunsite.unc.edu:/pub/Linux/docs/HOWTO.  This driver is also
  2236.   available as a module ( = code which can be inserted in and removed
  2237.   from the running kernel whenever you want). If you want to compile
  2238.   it as a module, say M here and read Documentation/modules.txt as
  2239.   well as Documentation/networking/net-modules.txt. If you plan to use
  2240.   more than one network card under linux, read the
  2241.   Multiple-Ethernet-mini-HOWTO, available from
  2242.   sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini.
  2243.  
  2244. AMD LANCE and PCnet (AT1500 and NE2100) support
  2245. CONFIG_LANCE
  2246.   If you have a network (ethernet) card of this type, say Y and read
  2247.   the Ethernet-HOWTO, available via ftp (user: anonymous) in
  2248.   sunsite.unc.edu:/pub/Linux/docs/HOWTO. If you plan to use more than
  2249.   one network card under linux, read the Multiple-Ethernet-mini-HOWTO,
  2250.   available from sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini.
  2251.  
  2252. 3COM cards
  2253. CONFIG_NET_VENDOR_3COM
  2254.   If you have a network (ethernet) card belonging to this class, say Y
  2255.   and read the Ethernet-HOWTO, available via ftp (user: anonymous) in
  2256.   sunsite.unc.edu:/pub/Linux/docs/HOWTO.  Note that the answer to this
  2257.   question doesn't directly affect the kernel: saying N will just
  2258.   cause this configure script to skip all the questions about 3COM
  2259.   cards. If you say Y, you will be asked for your specific card in the
  2260.   following questions. If you plan to use more than one network card
  2261.   under linux, read the Multiple-Ethernet-mini-HOWTO, available from
  2262.   sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini.
  2263.  
  2264. 3c501 support
  2265. CONFIG_EL1
  2266.   If you have a network (ethernet) card of this type, say Y and read
  2267.   the Ethernet-HOWTO, available via ftp (user: anonymous) in
  2268.   sunsite.unc.edu:/pub/Linux/docs/HOWTO.  Also, consider buying a new
  2269.   card, since the 3c501 is slow and obsolete.  This driver is also
  2270.   available as a module ( = code which can be inserted in and removed
  2271.   from the running kernel whenever you want).  If you want to compile
  2272.   it as a module, say M here and read Documentation/modules.txt as
  2273.   well as Documentation/networking/net-modules.txt.
  2274.   If you plan to use more than one network card under linux,
  2275.   read the Multiple-Ethernet-mini-HOWTO, available from
  2276.   sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini---and don't use 3c501s.
  2277.  
  2278. 3c503 support
  2279. CONFIG_EL2
  2280.   If you have a network (ethernet) card of this type, say Y and read
  2281.   the Ethernet-HOWTO, available via ftp (user: anonymous) in
  2282.   sunsite.unc.edu:/pub/Linux/docs/HOWTO. This driver is also available
  2283.   as a module ( = code which can be inserted in and removed from the
  2284.   running kernel whenever you want). If you want to compile it as a
  2285.   module, say M here and read Documentation/modules.txt as well as
  2286.   Documentation/networking/net-modules.txt.
  2287.   If you plan to use more than one network card under linux,
  2288.   read the Multiple-Ethernet-mini-HOWTO, available from
  2289.   sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini.
  2290.  
  2291. 3c505 support
  2292. CONFIG_ELPLUS
  2293.   Information about this network (ethernet) card can be found in
  2294.   Documentation/networking/3c505.txt. If you have a card of this type,
  2295.   say Y and read the Ethernet-HOWTO, available via ftp (user:
  2296.   anonymous) in sunsite.unc.edu:/pub/Linux/docs/HOWTO.  If you want to
  2297.   compile this as a module ( = code which can be inserted in and
  2298.   removed from the running kernel whenever you want), say M here and
  2299.   read Documentation/modules.txt as well as
  2300.   Documentation/networking/net-modules.txt.
  2301.   If you plan to use more than one network card under linux,
  2302.   read the Multiple-Ethernet-mini-HOWTO, available from
  2303.   sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini.
  2304.  
  2305. 3c507 support
  2306. CONFIG_EL16
  2307.   If you have a network (ethernet) card of this type, say Y and read
  2308.   the Ethernet-HOWTO, available via ftp (user: anonymous) in
  2309.   sunsite.unc.edu:/pub/Linux/docs/HOWTO. This driver is also available
  2310.   as a module ( = code which can be inserted in and removed from the
  2311.   running kernel whenever you want). If you want to compile it as a
  2312.   module, say M here and read Documentation/modules.txt as well as
  2313.   Documentation/networking/net-modules.txt. If you plan to use more
  2314.   than one network card under linux, read the
  2315.   Multiple-Ethernet-mini-HOWTO, available from
  2316.   sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini.
  2317.  
  2318. 3c509/3c579 support
  2319. CONFIG_EL3
  2320.   If you have a network (ethernet) card belonging to the 3Com
  2321.   EtherLinkIII series, say Y and read the Ethernet-HOWTO, available
  2322.   via ftp (user: anonymous) in sunsite.unc.edu:/pub/Linux/docs/HOWTO.
  2323.   If you want to compile this as a module ( = code which can be
  2324.   inserted in and removed from the running kernel whenever you want),
  2325.   say M here and read Documentation/modules.txt as well as
  2326.   Documentation/networking/net-modules.txt. If you plan to use more
  2327.   than one network card under linux, read the
  2328.   Multiple-Ethernet-mini-HOWTO, available from
  2329.   sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini. If your card is not
  2330.   working you may need to use the DOS setup disk to disable Plug &
  2331.   Play mode, and to select the default media type.
  2332.  
  2333. 3c590 series (592/595/597) "Vortex" support
  2334. CONFIG_VORTEX
  2335.   If you have a network (ethernet) card of this type, say Y and read
  2336.   the Ethernet-HOWTO, available via ftp (user: anonymous) in
  2337.   sunsite.unc.edu:/pub/Linux/docs/HOWTO. More specific information is
  2338.   in Documentation/networking/vortex.txt and in the comments at the
  2339.   beginning of drivers/net/3c59x.c. If you want to compile this
  2340.   as a module ( = code which can be inserted in and removed from the
  2341.   running kernel whenever you want), say M here and read
  2342.   Documentation/modules.txt as well as
  2343.   Documentation/networking/net-modules.txt. If you plan to use more
  2344.   than one network card under linux, read the
  2345.   Multiple-Ethernet-mini-HOWTO, available from
  2346.   sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini
  2347.  
  2348. Other ISA cards
  2349. CONFIG_NET_ISA
  2350.   If your network (ethernet) card hasn't been mentioned yet and its
  2351.   bus system (that's the way the components of the card talk to each
  2352.   other) is ISA (as opposed to EISA, VLB or PCI), say Y. Make sure you
  2353.   know the name of your card. Read the Ethernet-HOWTO, available via
  2354.   ftp (user: anonymous) in sunsite.unc.edu:/pub/Linux/docs/HOWTO. If
  2355.   unsure, say Y.  Note that the answer to this question doesn't
  2356.   directly affect the kernel: saying N will just cause this configure
  2357.   script to skip all the remaining ISA network card questions.  If you
  2358.   say Y, you will be asked for your specific card in the following
  2359.   questions.  If you plan to use more than one network card under
  2360.   linux, read the Multiple-Ethernet-mini-HOWTO, available from
  2361.   sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini.
  2362.  
  2363. ARCnet support
  2364. CONFIG_ARCNET
  2365.   If you have a network card of this type, say Y and check out the
  2366.   (arguably) beautiful poetry in Documentation/networking/arcnet.txt.
  2367.   You might also want to have a look at the Ethernet-HOWTO, available
  2368.   via ftp (user: anonymous) in sunsite.unc.edu:/pub/Linux/docs/HOWTO
  2369.   (even though ARCnet is not really ethernet).  This driver is also
  2370.   available as a module ( = code which can be inserted in and removed
  2371.   from the running kernel whenever you want).  If you want to compile
  2372.   it as a module, say M here and read Documentation/modules.txt as
  2373.   well as Documentation/networking/net-modules.txt. If you plan to
  2374.   use more than one network card under linux, read the
  2375.   Multiple-Ethernet-mini-HOWTO, available from
  2376.   sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini.
  2377.  
  2378. Enable arc0e (ARCnet "ether-encap" packet format)
  2379. CONFIG_ARCNET_ETH
  2380.   This allows you to use "ethernet encapsulation" with your ARCnet
  2381.   card via the virtual arc0e device.  You only need arc0e if you want
  2382.   to talk to nonstandard ARCnet software, specifically,
  2383.   DOS/Windows-style "NDIS" drivers.  You do not need to enable this
  2384.   option to communicate with industry-standard RFC1201
  2385.   implementations, like the arcether.com packet driver or most
  2386.   DOS/Windows ODI drivers.  RFC1201 is included automatically as the
  2387.   arc0 device.  Please read the ARCnet documentation in
  2388.   Documentation/networking/arcnet.txt for more information about
  2389.   using arc0e and arc0s.
  2390.  
  2391. Enable arc0s (ARCnet RFC1051 packet format)
  2392. CONFIG_ARCNET_1051
  2393.   This allows you to use RFC1051 with your ARCnet card via the virtual
  2394.   arc0s device.  You only need arc0s if you want to talk to ARCnet
  2395.   software complying with the "old" standard, specifically, the DOS
  2396.   arcnet.com packet driver, Amigas running AmiTCP, and some variants
  2397.   of NetBSD. You do not need to enable this option to communicate with
  2398.   industry-standard RFC1201 implementations, like the arcether.com
  2399.   packet driver or most DOS/Windows ODI drivers.  RFC1201 is included
  2400.   automatically as the arc0 device.  Please read the ARCnet
  2401.   documentation in Documentation/networking/arcnet.txt for more
  2402.   information about using arc0e and arc0s.
  2403.  
  2404. Cabletron E21xx support
  2405. CONFIG_E2100
  2406.   If you have a network (ethernet) card of this type, say Y and read
  2407.   the Ethernet-HOWTO, available via ftp (user: anonymous) in
  2408.   sunsite.unc.edu:/pub/Linux/docs/HOWTO. This driver is also available
  2409.   as a module ( = code which can be inserted in and removed from the
  2410.   running kernel whenever you want). If you want to compile it as a
  2411.   module, say M here and read Documentation/modules.txt as well as
  2412.   Documentation/networking/net-modules.txt. If you plan to use more
  2413.   than one network card under linux, read the
  2414.   Multiple-Ethernet-mini-HOWTO, available from
  2415.   sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini.
  2416.  
  2417. DEPCA support
  2418. CONFIG_DEPCA
  2419.   If you have a network (ethernet) card of this type, say Y and read
  2420.   the Ethernet-HOWTO, available via ftp (user: anonymous) in
  2421.   sunsite.unc.edu:/pub/Linux/docs/HOWTO as well as
  2422.   drivers/net/depca.c.  If you want to compile this as a module ( =
  2423.   code which can be inserted in and removed from the running kernel
  2424.   whenever you want), say M here and read Documentation/modules.txt as
  2425.   well as Documentation/networking/net-modules.txt. If you plan to use
  2426.   more than one network card under linux, read the
  2427.   Multiple-Ethernet-mini-HOWTO, available from
  2428.   sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini.
  2429.  
  2430. EtherWorks 3 support
  2431. CONFIG_EWRK3
  2432.   This driver supports the DE203, DE204 and DE205 network (ethernet)
  2433.   cards. If this is for you, say Y and read drivers/net/README.ewrk3
  2434.   in the kernel source as well as the Ethernet-HOWTO, available via
  2435.   ftp (user: anonymous) from sunsite.unc.edu:/pub/Linux/docs/HOWTO.
  2436.   If you want to compile this as a module ( = code which can be
  2437.   inserted in and removed from the running kernel whenever you want),
  2438.   say M here and read Documentation/modules.txt as well as
  2439.   Documentation/networking/net-modules.txt. If you plan to use more
  2440.   than one network card under linux, read the
  2441.   Multiple-Ethernet-mini-HOWTO, available from
  2442.   sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini.
  2443.  
  2444. SEEQ8005 support
  2445. CONFIG_SEEQ8005
  2446.   This is a driver for the SEEQ 8005 network (ethernet) card. If this
  2447.   is for you, read the Ethernet-HOWTO, available via ftp (user:
  2448.   anonymous) from sunsite.unc.edu:/pub/Linux/docs/HOWTO. If you plan
  2449.   to use more than one network card under linux, read the
  2450.   Multiple-Ethernet-mini-HOWTO, available from
  2451.   sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini.
  2452.  
  2453. AT1700 support
  2454. CONFIG_AT1700
  2455.   If you have a network (ethernet) card of this type, say Y and read
  2456.   the Ethernet-HOWTO, available via ftp (user: anonymous) in
  2457.   sunsite.unc.edu:/pub/Linux/docs/HOWTO. This driver is also available
  2458.   as a module ( = code which can be inserted in and removed from the
  2459.   running kernel whenever you want). If you want to compile it as a
  2460.   module, say M here and read Documentation/modules.txt as well as
  2461.   Documentation/networking/net-modules.txt. If you plan to use more
  2462.   than one network card under linux, read the
  2463.   Multiple-Ethernet-mini-HOWTO, available from
  2464.   sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini.
  2465.  
  2466. FMV-181/182/183/184 support
  2467. CONFIG_FMV18X
  2468.   If you have a Fujitsu FMV-181/182/183/184 network (ethernet) card,
  2469.   say Y and read the Ethernet-HOWTO, available via ftp (user:
  2470.   anonymous) in sunsite.unc.edu:/pub/Linux/docs/HOWTO.
  2471.   This driver is also available as a module ( = code which can be
  2472.   inserted in and removed from the running kernel whenever you want).
  2473.   If you want to compile it as a module, say M here and read
  2474.   Documentation/modules.txt as well as
  2475.   Documentation/networking/net-modules.txt.
  2476.   If you plan to use more than one network card under linux,
  2477.   read the Multiple-Ethernet-mini-HOWTO, available from
  2478.   sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini.
  2479.   If you use FMV-183 or FMV-184 and it is not working, you may need
  2480.   to disable Plug & Play mode of the card.
  2481.  
  2482. Intel EtherExpress/Pro 100B support'
  2483. CONFIG_EEXPRESS_PRO100B
  2484.   If you have an Intel EtherExpress Pro 100 10/100Mbps PCI Ethernet
  2485.   card, answer yes.  As of kernel release 2.0.31 this driver was
  2486.   still experimental.
  2487.  
  2488. EtherExpressPro support
  2489. CONFIG_EEXPRESS_PRO
  2490.   If you have a network (ethernet) card of this type, say Y and read
  2491.   the Ethernet-HOWTO, available via ftp (user: anonymous) in
  2492.   sunsite.unc.edu:/pub/Linux/docs/HOWTO. This driver is also available
  2493.   as a module ( = code which can be inserted in and removed from the
  2494.   running kernel whenever you want). If you want to compile it as a
  2495.   module, say M here and read Documentation/modules.txt as well as
  2496.   Documentation/networking/net-modules.txt. If you plan to use more
  2497.   than one network card under linux, read the
  2498.   Multiple-Ethernet-mini-HOWTO, available from
  2499.   sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini.
  2500.  
  2501. EtherExpress support
  2502. CONFIG_EEXPRESS
  2503.   If you have an EtherExpress16 network (ethernet) card, say Y and
  2504.   read the Ethernet-HOWTO, available via ftp (user: anonymous) in
  2505.   sunsite.unc.edu:/pub/Linux/docs/HOWTO. Note that the Intel
  2506.   EtherExpress16 card used to be regarded as a very poor choice
  2507.   because the driver was very unreliable. We now have a new driver
  2508.   that should do better. If you want to compile this driver as a
  2509.   module ( = code which can be inserted in and removed from the
  2510.   running kernel whenever you want), say M here and read
  2511.   Documentation/modules.txt as well as
  2512.   Documentation/networking/net-modules.txt. If you plan to use more
  2513.   than one network card under linux, read the
  2514.   Multiple-Ethernet-mini-HOWTO, available from
  2515.   sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini.
  2516.  
  2517. NI5210 support
  2518. CONFIG_NI52
  2519.   If you have a network (ethernet) card of this type, say Y and read
  2520.   the Ethernet-HOWTO, available via ftp (user: anonymous) in
  2521.   sunsite.unc.edu:/pub/Linux/docs/HOWTO. If you plan to use more than
  2522.   one network card under linux, read the Multiple-Ethernet-mini-HOWTO,
  2523.   available from sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini.
  2524.  
  2525. NI6510 support
  2526. CONFIG_NI65
  2527.   If you have a network (ethernet) card of this type, say Y and read
  2528.   the Ethernet-HOWTO, available via ftp (user: anonymous) in
  2529.   sunsite.unc.edu:/pub/Linux/docs/HOWTO. If you plan to use more than
  2530.   one network card under linux, read the Multiple-Ethernet-mini-HOWTO,
  2531.   available from sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini.
  2532.  
  2533. Ottawa PI and PI/2 support
  2534. CONFIG_PI
  2535.   This is a driver for the Ottawa Amateur Radio Club PI and PI2 cards,
  2536.   which are commonly used to send internet traffic over amateur radio.
  2537.   More information about these cards is on the WWW at
  2538.   http://hydra.carleton.ca/info/pi2.html (To browse the WWW, you need
  2539.   to have access to a machine on the Internet that has one of the
  2540.   programs lynx, netscape or Mosaic). If you have one of these cards,
  2541.   you can say Y here and should read the HAM-HOWTO, available via ftp
  2542.   (user: anonymous) in sunsite.unc.edu:/pub/Linux/docs/HOWTO. Also,
  2543.   you should have said Y to "AX.25 support" above, because AX.25 is
  2544.   the protocol used for digital traffic over radio links.
  2545.  
  2546. Gracilis PackeTwin support
  2547. CONFIG_PT
  2548.   This card is similar to the PI card (mentioned above).  It is used
  2549.   mainly by amateur radio operators for packet radio.  You should have
  2550.   already said Y to "AX.25 support" as this card uses that protocol.
  2551.   More information about this driver can be found in the file
  2552.   drivers/net/README.pt.  NOTE: The card is capable of DMA and full
  2553.   duplex but neither of these have been coded in the driver as yet.
  2554.  
  2555. AT&T WaveLAN & DEC RoamAbout DS support
  2556. CONFIG_WAVELAN
  2557.     The Lucent Wavelan (formerly NCR and AT&T ; or DEC RoamAbout DS)
  2558.   is a Radio LAN (wireless ethernet-like) at 900 MHz and 2.4 GHz.
  2559.     This driver support the ISA version of the Wavelan. A driver for
  2560.   the pcmcia hardware is available in David Hinds's pcmcia package.
  2561.     This driver is fairly stable and may be compiled as a module
  2562.   (wavelan.o). It implements many nice feature and the Wireless
  2563.   Extensions (you must get the Wireless tools from the net).
  2564.     For documentation, refer to:
  2565.       o the wavelan man page, wireless tools man pages
  2566.       o wavelan.p.h and the source code
  2567.       o Ethernet-HOWTO, Multiple-Ethernet-mini-HOWTO, Module-HOWTO
  2568.       o More documentation to come when I will have the time :-)
  2569.  
  2570. HP PCLAN+ (27247B and 27252A) support
  2571. CONFIG_HPLAN_PLUS
  2572.   If you have a network (ethernet) card of this type, say Y and read
  2573.   the Ethernet-HOWTO, available via ftp (user: anonymous) in
  2574.   sunsite.unc.edu:/pub/Linux/docs/HOWTO. This driver is also available
  2575.   as a module ( = code which can be inserted in and removed from the
  2576.   running kernel whenever you want). If you want to compile it as a
  2577.   module, say M here and read Documentation/modules.txt as well as
  2578.   Documentation/networking/net-modules.txt. If you plan to use more
  2579.   than one network card under linux, read the
  2580.   Multiple-Ethernet-mini-HOWTO, available from
  2581.   sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini.
  2582.  
  2583. HP PCLAN (27245 and other 27xxx series) support
  2584. CONFIG_HPLAN
  2585.   If you have a network (ethernet) card of this type, say Y and read
  2586.   the Ethernet-HOWTO, available via ftp (user: anonymous) in
  2587.   sunsite.unc.edu:/pub/Linux/docs/HOWTO. This driver is also available
  2588.   as a module ( = code which can be inserted in and removed from the
  2589.   running kernel whenever you want). If you want to compile it as a
  2590.   module, say M here and read Documentation/modules.txt as well as
  2591.   Documentation/networking/net-modules.txt. If you plan to use more
  2592.   than one network card under linux, read the
  2593.   Multiple-Ethernet-mini-HOWTO, available from
  2594.   sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini.
  2595.  
  2596. HP 10/100VG PCLAN (ISA, EISA, PCI) support
  2597. CONFIG_HP100
  2598.   If you have a network (ethernet) card of this type, say Y and read
  2599.   the Ethernet-HOWTO, available via ftp (user: anonymous) in
  2600.   sunsite.unc.edu:/pub/Linux/docs/HOWTO.  If you want to compile this
  2601.   as a module ( = code which can be inserted in and removed from the
  2602.   running kernel whenever you want), say M here and read
  2603.   Documentation/modules.txt as well as
  2604.   Documentation/networking/net-modules.txt. If you plan to use more
  2605.   than one network card under linux, read the
  2606.   Multiple-Ethernet-mini-HOWTO, available from
  2607.   sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini.
  2608.  
  2609. NE2000/NE1000 support
  2610. CONFIG_NE2000
  2611.   If you have a network (ethernet) card of this type, say Y and read
  2612.   the Ethernet-HOWTO, available via ftp (user: anonymous) in
  2613.   sunsite.unc.edu:/pub/Linux/docs/HOWTO. This driver is also available
  2614.   as a module ( = code which can be inserted in and removed from the
  2615.   running kernel whenever you want). If you want to compile it as a
  2616.   module, say M here and read Documentation/modules.txt as well as
  2617.   Documentation/networking/net-modules.txt. If you plan to use more
  2618.   than one network card under linux, read the
  2619.   Multiple-Ethernet-mini-HOWTO, available from
  2620.   sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini.
  2621.  
  2622. SK_G16 support
  2623. CONFIG_SK_G16
  2624.   If you have a network (ethernet) card of this type, say Y and read
  2625.   the Ethernet-HOWTO, available via ftp (user: anonymous) in
  2626.   sunsite.unc.edu:/pub/Linux/docs/HOWTO. If you plan to use more than
  2627.   one network card under linux, read the Multiple-Ethernet-mini-HOWTO,
  2628.   available from sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini.
  2629.  
  2630. EISA, VLB, PCI and on board controllers
  2631. CONFIG_NET_EISA
  2632.   This is another class of network cards which attach directly to the
  2633.   bus. If you have one of those, say Y and read the Ethernet-HOWTO,
  2634.   available via ftp (user: anonymous) from
  2635.   sunsite.unc.edu:/pub/Linux/docs/HOWTO; if you are unsure, say
  2636.   Y. Note that the answer to this question doesn't directly affect the
  2637.   kernel: saying N will just cause this configure script to skip all
  2638.   the questions about this class of network cards. If you say Y, you
  2639.   will be asked for your specific card in the following questions.  If
  2640.   you plan to use more than one network card under linux, read the
  2641.   Multiple-Ethernet-mini-HOWTO, available from
  2642.   sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini.
  2643.  
  2644. Ansel Communications EISA 3200 support
  2645. CONFIG_AC3200
  2646.   If you have a network (ethernet) card of this type, say Y and read
  2647.   the Ethernet-HOWTO, available via ftp (user: anonymous) in
  2648.   sunsite.unc.edu:/pub/Linux/docs/HOWTO. This driver is also available
  2649.   as a module ( = code which can be inserted in and removed from the
  2650.   running kernel whenever you want). If you want to compile it as a
  2651.   module, say M here and read Documentation/modules.txt as well as
  2652.   Documentation/networking/net-modules.txt. If you plan to use more
  2653.   than one network card under linux, read the
  2654.   Multiple-Ethernet-mini-HOWTO, available from
  2655.   sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini.
  2656.  
  2657. Apricot Xen-II on board ethernet
  2658. CONFIG_APRICOT
  2659.   If you have a network (ethernet) controller of this type, say Y and
  2660.   read the Ethernet-HOWTO, available via ftp (user: anonymous) in
  2661.   sunsite.unc.edu:/pub/Linux/docs/HOWTO.  If you want to compile this
  2662.   as a module ( = code which can be inserted in and removed from the
  2663.   running kernel whenever you want), say M here and read
  2664.   Documentation/modules.txt as well as
  2665.   Documentation/networking/net-modules.txt. If you plan to use more
  2666.   than one network card under linux, read the
  2667.   Multiple-Ethernet-mini-HOWTO, available from
  2668.   sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini.
  2669.  
  2670. DE425, DE434, DE435 support
  2671. CONFIG_DE4X5
  2672.   This is support for the DIGITAL series of PCI/EISA ethernet
  2673.   cards. These include the DE425, DE434, DE435, DE450 and DE500
  2674.   models. If you have a network card of this type, say Y and read
  2675.   the Ethernet-HOWTO, available via ftp (user: anonymous) in
  2676.   sunsite.unc.edu:/pub/Linux/docs/HOWTO.  More specific information is
  2677.   contained in drivers/net/README.de4x5. This driver is also available
  2678.   as a module ( = code which can be inserted in and removed from the
  2679.   running kernel whenever you want). If you want to compile it as a
  2680.   module, say M here and read Documentation/modules.txt as well as
  2681.   Documentation/networking/net-modules.txt. If you plan to use more
  2682.   than one network card under linux, read the
  2683.   Multiple-Ethernet-mini-HOWTO, available from
  2684.   sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini.
  2685.  
  2686. DECchip Tulip (dc21x4x) PCI support
  2687. CONFIG_DEC_ELCP
  2688.   This driver is developed for the SMC EtherPower series ethernet
  2689.   cards and also works with cards based on the DECchip
  2690.   21040/21041/21140 (Tulip series) chips. (If your card is NOT SMC
  2691.   EtherPower 10/100 PCI (smc9332dst), you can also try the driver from
  2692.   "DE425, DE434, DE435 support", above.) However, most people with a
  2693.   network card of this type will say Y here. Do read the
  2694.   Ethernet-HOWTO, available via ftp (user: anonymous) in
  2695.   sunsite.unc.edu:/pub/Linux/docs/HOWTO. More specific information is
  2696.   contained in Documentation/networking/tulip.txt. This driver is also
  2697.   available as a module ( = code which can be inserted in and removed
  2698.   from the running kernel whenever you want).  If you want to compile
  2699.   it as a module, say M here and read Documentation/modules.txt as
  2700.   well as Documentation/networking/net-modules.txt.
  2701.  
  2702. Digi Intl. RightSwitch support
  2703. CONFIG_DGRS
  2704.   This is support for the Digi International RightSwitch series of
  2705.   PCI/EISA ethernet switch cards.  These include the SE-4 and the SE-6
  2706.   models. If you have a network card of this type, say Y and read
  2707.   the Ethernet-HOWTO, available via ftp (user: anonymous) in
  2708.   sunsite.unc.edu:/pub/Linux/docs/HOWTO.  More specific information is
  2709.   contained in drivers/net/README.dgrs. This driver is also available
  2710.   as a module ( = code which can be inserted in and removed from the
  2711.   running kernel whenever you want). If you want to compile it as a
  2712.   module, say M here and read Documentation/modules.txt as well as
  2713.   Documentation/networking/net-modules.txt. If you plan to use more
  2714.   than one network card under linux, read the
  2715.   Multiple-Ethernet-mini-HOWTO, available from
  2716.   sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini.
  2717.  
  2718. ICL EtherTeam 16i/32 support
  2719. CONFIG_ETH16I
  2720.   If you have a network (ethernet) card of this type, say Y and read
  2721.   the Ethernet-HOWTO, available via ftp (user: anonymous) in
  2722.   sunsite.unc.edu:/pub/Linux/docs/HOWTO. This driver is also available
  2723.   as a module ( = code which can be inserted in and removed from the
  2724.   running kernel whenever you want). If you want to compile it as a
  2725.   module, say M here and read Documentation/modules.txt as well as
  2726.   Documentation/networking/net-modules.txt. If you plan to use more
  2727.   than one network card under linux, read the
  2728.   Multiple-Ethernet-mini-HOWTO, available from
  2729.   sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini.
  2730.  
  2731. TI ThunderLAN support (EXPERIMENTAL)
  2732. CONFIG_TLAN
  2733.   If you have a TLAN based network card which is supported by this
  2734.   driver, say Y and read the Ethernet-HOWTO.  Devices currently
  2735.   supported are the Compaq Netelligent 10, Netelligent 10/100, and
  2736.   Internal NetFlex 3.  This driver is also available as a module.
  2737.   Please email feedback to james.banks@caldera.com.
  2738.  
  2739. Zenith Z-Note support
  2740. CONFIG_ZNET
  2741.   The Zenith Z-Note notebook computer has a built-in network
  2742.   (ethernet) card, and this is the Linux driver for it. Note that the
  2743.   IBM Thinkpad 300 is compatible with the Z-Note and is also supported
  2744.   by this driver. Read the Ethernet-HOWTO, available via ftp (user:
  2745.   anonymous) in sunsite.unc.edu:/pub/Linux/docs/HOWTO.
  2746.  
  2747. Pocket and portable adapters
  2748. CONFIG_NET_POCKET
  2749.   Cute little network (ethernet) devices which attach to the parallel
  2750.   port ("pocket adapters"), commonly used with laptops. If you have
  2751.   one of those, say Y and read the Ethernet-HOWTO, available via ftp
  2752.   (user: anonymous) from sunsite.unc.edu:/pub/Linux/docs/HOWTO. If you
  2753.   want to plug a network card into the PCMCIA slot of your laptop
  2754.   instead (PCMCIA is the standard for credit card size extension cards
  2755.   used by all modern laptops), look in
  2756.   cb-iris.stanford.edu:/pub/pcmcia and say N here.  Note that the
  2757.   answer to this question doesn't directly affect the kernel: saying N
  2758.   will just cause this configure script to skip all the questions
  2759.   about this class of network devices.  If you say Y, you will be
  2760.   asked for your specific device in the following questions.  If you
  2761.   plan to use more than one network device under linux, read the
  2762.   Multiple-Ethernet-mini-HOWTO, available from
  2763.   sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini. If you intend to use an
  2764.   adapter attaching to the parallel port as well as a parallel
  2765.   printer, you should compile both drivers as modules (if possible).
  2766.  
  2767. AT-LAN-TEC/RealTek pocket adapter support
  2768. CONFIG_ATP
  2769.   This is a network (ethernet) device which attaches to your parallel
  2770.   port. Read drivers/net/atp.c as well as the Ethernet-HOWTO,
  2771.   available via ftp (user: anonymous) from
  2772.   sunsite.unc.edu:/pub/Linux/docs/HOWTO if you want to use this. If
  2773.   you plan to use more than one network card under linux, read the
  2774.   Multiple-Ethernet-mini-HOWTO, available from
  2775.   sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini. If you intend to use
  2776.   this driver, you should have said N to the Parallel Printer support,
  2777.   because the two drivers don't like each other.
  2778.  
  2779. D-Link DE600 pocket adapter support
  2780. CONFIG_DE600
  2781.   This is a network (ethernet) device which attaches to your parallel
  2782.   port. Read drivers/net/README.DLINK as well as the Ethernet-HOWTO,
  2783.   available via ftp (user: anonymous) from
  2784.   sunsite.unc.edu:/pub/Linux/docs/HOWTO if you want to use this.  If
  2785.   you want to compile this as a module ( = code which can be inserted
  2786.   in and removed from the running kernel whenever you want), say M
  2787.   here and read Documentation/modules.txt. If you intend to use this
  2788.   pocket adapter as well as a parallel printer, you should compile
  2789.   both drivers as modules. If you plan to use more than one network
  2790.   card under linux, read the Multiple-Ethernet-mini-HOWTO, available
  2791.   from sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini.
  2792.  
  2793. D-Link DE620 pocket adapter support
  2794. CONFIG_DE620
  2795.   This is a network (ethernet) device which attaches to your parallel
  2796.   port. Read drivers/net/README.DLINK as well as the Ethernet-HOWTO,
  2797.   available via ftp (user: anonymous) from
  2798.   sunsite.unc.edu:/pub/Linux/docs/HOWTO if you want to use this.  If
  2799.   you want to compile this as a module ( = code which can be inserted
  2800.   in and removed from the running kernel whenever you want), say M
  2801.   here and read Documentation/modules.txt. If you intend to use this
  2802.   pocket adapter as well as a parallel printer, you should compile
  2803.   both drivers as modules. If you plan to use more than one network
  2804.   card under linux, read the Multiple-Ethernet-mini-HOWTO, available
  2805.   from sunsite.unc.edu:/pub/Linux/docs/HOWTO/mini.
  2806.  
  2807. Token Ring driver support
  2808. CONFIG_TR
  2809.   Token Ring is IBM's way of communication on a local network; the
  2810.   rest of the world uses ethernet. If you are connected to a token
  2811.   ring network and want to use your Token Ring card under Linux,
  2812.   say Y.  Most people can say N here.
  2813.  
  2814. IBM Tropic chipset based adapter support
  2815. CONFIG_IBMTR
  2816.   This is support for all IBM Token Ring cards that don't use DMA. If
  2817.   you have such a beast, say Y, otherwise N. Warning: this driver will
  2818.   almost definitely fail if more than one active Token Ring card is
  2819.   present. This driver is also available as a module ( = code which
  2820.   can be inserted in and removed from the running kernel whenever you
  2821.   want). If you want to compile it as a module, say M here and read
  2822.   Documentation/modules.txt.
  2823.  
  2824. Support non-SCSI/IDE/ATAPI drives
  2825. CONFIG_CD_NO_IDESCSI
  2826.   If you have a CDROM drive that is neither SCSI nor IDE/ATAPI, say Y
  2827.   here, otherwise N. Read the CDROM-HOWTO, available via ftp (user:
  2828.   anonymous) from sunsite.unc.edu:/pub/Linux/docs/HOWTO. Note that the
  2829.   answer to this question doesn't directly affect the kernel: saying N
  2830.   will just cause this configure script to skip all the questions
  2831.   about these CDROM drives. If you are unsure what you have, say Y and
  2832.   find out whether you have one of the following drives.
  2833.   For each of these drivers, a file Documentation/cdrom/<driver_name>
  2834.   exists. Especially in cases where you do not know exactly which kind
  2835.   of drive you have you should read there.
  2836.   Most of these drivers use a file include/linux/<driver_name>.h where
  2837.   you can define your interface parameters and switch some internal
  2838.   goodies.
  2839.   All these CDROM drivers are also usable as a module ( = code which
  2840.   can be inserted in and removed from the running kernel whenever you
  2841.   want).  If you want to compile them as module, say M instead of Y
  2842.   and read Documentation/modules.txt.
  2843.   If you want to use any of these CDROM drivers, you also have to say
  2844.   Y to "ISO9660 cdrom filesystem support" below (this answer will get
  2845.   "defaulted" for you if you enable any of the Linux CDROM drivers).
  2846.  
  2847. Sony CDU31A/CDU33A CDROM support
  2848. CONFIG_CDU31A
  2849.   These CDROM drives have a spring-pop-out caddyless drawer, and a
  2850.   rectangular green LED centered beneath it.  NOTE: these CDROM drives
  2851.   will not be auto detected by the kernel at boot time; you have to
  2852.   provide the interface address as an option to the kernel at boot
  2853.   time as described in Documentation/cdrom/cdu31a or fill in your
  2854.   parameters into linux/drivers/cdrom/cdu31a.c. See the documentation
  2855.   of your boot loader (lilo or loadlin) about how to pass options to
  2856.   the kernel. The lilo procedure is also explained in the SCSI-HOWTO.
  2857.  
  2858. Standard Mitsumi [no XA/Multisession] CDROM support
  2859. CONFIG_MCD
  2860.   This is the older of the two drivers for the older Mitsumi models
  2861.   LU-005, FX-001 and FX-001D. This is not the right driver for
  2862.   the FX-001DE and the triple or quad speed models (all these are
  2863.   IDE/ATAPI models).
  2864.   With the old LU-005 model, the whole drive chassis slides out for
  2865.   cd insertion. The FX-xxx models use a motorized tray type mechanism.
  2866.   Note that this driver does not support XA or MultiSession CDs
  2867.   (PhotoCDs).  There is a new driver (next question) which can do
  2868.   this. If you want that one, say N here.
  2869.   If the driver doesn't work out of the box, you might want to have
  2870.   a look at linux/include/linux/mcd.h.
  2871.  
  2872. Mitsumi [XA/MultiSession] support
  2873. CONFIG_MCDX
  2874.   Use this driver if you want to be able to read XA or MultiSession
  2875.   CDs (PhotoCDs) as well as ordinary CDs with your Mitsumi LU-005,
  2876.   FX-001 or FX-001D CDROM drive.  In addition, this driver uses much
  2877.   less kernel memory than the old one, if that is a concern.  This
  2878.   driver is able to support more than one drive, but each drive needs
  2879.   a separate interface card.  Check out Documentation/cdrom/mcdx.
  2880.  
  2881. Matsushita/Panasonic/Creative, Longshine, TEAC CDROM support
  2882. CONFIG_SBPCD
  2883.   This driver supports most of the drives which use the Panasonic or
  2884.   SoundBlaster interface.
  2885.   The Matsushita CR-521, CR-522, CR-523, CR-562, CR-563 drives
  2886.   (sometimes labeled "Creative"), the CreativeLabs CD200, the
  2887.   Longshine LCS-7260, the "IBM External ISA CDROM" (in fact a CR-56x
  2888.   model), the TEAC CD-55A fall under this category. Some other
  2889.   "electrically compatible" drives (Vertos, Genoa, some Funai models)
  2890.   are currently not supported; for the Sanyo H94A drive currently a
  2891.   separate driver (asked later) is responsible.  Most drives have a
  2892.   uniquely shaped faceplate, with a caddyless motorized drawer, but
  2893.   without external brand markings. The older CR-52x drives have a
  2894.   caddy and manual loading/eject, but still no external markings.  The
  2895.   driver is able to do an extended auto-probing for interface
  2896.   addresses and drive types; this can help to find facts in cases you
  2897.   are not sure, but can consume some time during the boot process if
  2898.   none of the supported drives gets found.
  2899.   Once your drive got found, you should enter the reported parameters
  2900.   into linux/include/linux/sbpcd.h and set "DISTRIBUTION 0" there.
  2901.   This driver can support up to four CDROM interface cards, and each
  2902.   card can support up to four CDROM drives; if you say Y here, you
  2903.   will be asked how many controllers you have. If compiled as a
  2904.   module, only one interface card (but with up to four drives) is
  2905.   usable.
  2906.  
  2907. Matsushita/Panasonic, ... second CDROM controller support
  2908. CONFIG_SBPCD2
  2909.   Say Y here only if you have two CDROM controller boards of this type
  2910.   (usually only if you have more than four drives). You should enter
  2911.   the parameters for the second, third and fourth interface card into
  2912.   linux/include/linux/sbpcd.h before compiling the new kernel.
  2913.  
  2914. Aztech/Orchid/Okano/Wearnes/TXC/CyDROM  CDROM support
  2915. CONFIG_AZTCD
  2916.   This is your driver if you have an Aztech CDA268-01A, Orchid
  2917.   CD-3110, Okano or Wearnes CDD110, Conrad TXC, or CyCDROM CR520 or
  2918.   CR540 CDROM drive.  This driver - just like all these CDROM drivers
  2919.   - is NOT for CDROM drives with IDE/ATAPI interface, such as Aztech
  2920.   CDA269-031SE.
  2921.  
  2922. Sony CDU535 CDROM support
  2923. CONFIG_CDU535
  2924.   This is the driver for the older Sony CDU-535 and CDU-531 CDROM
  2925.   drives.
  2926.  
  2927. Goldstar R420 CDROM support
  2928. CONFIG_GSCD
  2929.   If this is your CDROM drive, say Y here.
  2930.   As described in linux/Documentation/cdrom/gscd, you might have to
  2931.   change a setting in the file include/linux/gscd.h before compiling
  2932.   the kernel.
  2933.  
  2934. Philips/LMS CM206 CDROM support
  2935. CONFIG_CM206
  2936.   If you have a Philips/LMS CDROM drive cm206 in combination with a
  2937.   cm260 host adapter card, say Y here.
  2938.  
  2939. Optics Storage DOLPHIN 8000AT CDROM support
  2940. CONFIG_OPTCD
  2941.   This is the driver for the 'DOLPHIN' drive with a 34-pin Sony
  2942.   compatible interface. It also works with the Lasermate CR328A. If
  2943.   you have one of those, say Y. This driver does not work for the
  2944.   Optics Storage 8001 drive; use the IDE-ATAPI CDROM driver for that
  2945.   one.
  2946.  
  2947. Sanyo CDR-H94A CDROM support
  2948. CONFIG_SJCD
  2949.   If this is your CDROM drive, say Y here. Command line option
  2950.   (or 'append=' option in /etc/lilo.conf) is:
  2951.                 sjcd=<port>
  2952.   Here 'port' is the base i/o address used by the drive. It defaults
  2953.   to port=0x340.
  2954.  
  2955. Soft configurable cdrom interface card support
  2956. CONFIG_CDI_INIT
  2957.   If you want to include boot-time initialization of any cdrom
  2958.   interface card that is software configurable, say Y here.
  2959.   Currently only the ISP16/MAD16/Mozart cards are supported.
  2960.  
  2961. ISP16/MAD16/Mozart soft configurable cdrom interface support
  2962. CONFIG_ISP16_CDI
  2963.   If you want any of these cdrom interface cards based on the
  2964.   OPTi 82C928 or 82C929 chips get detected and possibly configured
  2965.   at boot time, please say Y. Boot time command line options (or
  2966.   'append=' options in /etc/lilo.conf) are:
  2967.                 isp16=<port>,<irq>,<dma>,<drive_type>
  2968.   Here 'port','irq' and 'dma' are the base i/o address, irq number and
  2969.   dma line assumed to be used by the attached cdrom
  2970.   drive. 'drive_type' is the type of cdrom drive or its emulation
  2971.   mode. Valid values for drive_type include: Sanyo, Panasonic (same as
  2972.   Sanyo), Sony and Mitsumi.  Default values are: port=0x340, irq=0,
  2973.   dma=0, drive_type=Sanyo.
  2974.   The command line
  2975.                 isp16=noisp16
  2976.   will skip detection and configuration after all.
  2977.   N.B. options are case sensitive.
  2978.   Read Documentation/cdrom/isp16 for details.
  2979.  
  2980. Quota support
  2981. CONFIG_QUOTA
  2982.   If you say Y here, you will be able to set per user limits for disk
  2983.   usage (also called diskquotas). Currently, it works only for the
  2984.   ext2 filesystem. You need additional software in order to use quota
  2985.   support; check the file Documentation/Changes for that. Probably the
  2986.   quota support is only useful for multi user systems. If unsure, say
  2987.   N.
  2988.  
  2989. Mandatory lock support
  2990. CONFIG_LOCK_MANDATORY
  2991.   File locking is a system designed to prevent that several processes
  2992.   write to the same file at the same time, causing data
  2993.   corruption. Mandatory file locking is more secure than the usual
  2994.   algorithm and is used by some Unix System 5 style database
  2995.   applications. For details, read Documentation/mandatory.txt. To use
  2996.   this option safely you must have newer NFS daemons, new samba, new
  2997.   netatalk, new mars-nwe and other file servers. At the time of
  2998.   writing none of these are available. So it's safest to say N here
  2999.   unless you really know that you need this feature.
  3000.  
  3001. Minix fs support
  3002. CONFIG_MINIX_FS
  3003.   Minix is a simple operating system used in many classes about
  3004.   OS's. The minix filesystem (= method to organize files on a harddisk
  3005.   partition or a floppy disk) was the original filesystem for Linux,
  3006.   has been superseded by the second extended filesystem ext2fs but is
  3007.   still used for root/boot and other floppies or ram disks since it is
  3008.   leaner. You don't want to use it on your harddisk because of certain
  3009.   built-in restrictions. This option will enlarge your kernel by about
  3010.   25 kB. Everyone should say Y or M so that they are able to read this
  3011.   common floppy format.  If you want to compile this as a module
  3012.   ( = code which can be inserted in and removed from the
  3013.   running kernel whenever you want), say M here and read
  3014.   Documentation/modules.txt. Note that the filesystem of your root
  3015.   partition cannot be compiled as a module.
  3016.  
  3017. Extended fs support
  3018. CONFIG_EXT_FS
  3019.   This is the old Linux filesystem (= method to organize files on a
  3020.   harddisk partition or a floppy disk) and not in use anymore. It
  3021.   enlarges your kernel by about 25 kB. Let's all kill this beast. Say
  3022.   N.
  3023.  
  3024. Second extended fs support
  3025. CONFIG_EXT2_FS
  3026.   This is the de facto standard Linux filesystem (= method to organize
  3027.   files on a storage device) for harddisks. You want to say Y, unless
  3028.   you intend to use Linux exclusively from inside a DOS partition
  3029.   using the umsdos filesystem. The advantage of the latter is that you
  3030.   can get away without repartitioning your hard drive (which often
  3031.   implies backing everything up and restoring afterwards); the
  3032.   disadvantage is that Linux becomes susceptible to DOS viruses and
  3033.   that umsdos is somewhat slower than ext2fs. Even if you want to run
  3034.   Linux in this fashion, it might be a good idea to have ext2fs
  3035.   around: it enables you to read more floppy disks and facilitates the
  3036.   transition to a *real* Linux partition later. Another (rare) case
  3037.   which doesn't require ext2fs is a diskless Linux box which mounts
  3038.   all files over the network using NFS (in this case it's sufficient
  3039.   to enable NFS filesystem support below; if you are planning to do
  3040.   this, have a look at the netboot package in
  3041.   /pub/Linux/system/Linux-boot/, available via ftp (user: anonymous)
  3042.   from sunsite.unc.edu, extract with "tar xzvf filename"). There is a
  3043.   short ext2fs-FAQ, available via ftp (user: anonymous) in
  3044.   sunsite.unc.edu:/pub/Linux/docs/faqs. This option will enlarge your
  3045.   kernel by about 41 kB. Default is Y.
  3046.  
  3047. xiafs filesystem support
  3048. CONFIG_XIA_FS
  3049.   This is an old filesystem (= method to organize files on a harddisk
  3050.   partition or a floppy disk) and not in use anymore. This option
  3051.   would enlarge your kernel by about 28 kB. Let's all kill this beast:
  3052.   say N.  If you want to compile this as a module ( = code which can
  3053.   be inserted in and removed from the running kernel whenever you
  3054.   want), say M here and read Documentation/modules.txt. Note that the
  3055.   filesystem of your root partition cannot be compiled as a module.
  3056.  
  3057. fat fs support
  3058. CONFIG_FAT_FS
  3059.   If you want to use one of the FAT-based filesystems (the MS-DOS,
  3060.   VFAT (Windows'95) and UMSDOS filesystems), then you must include
  3061.   FAT support. This is not a filesystem in itself, but it provides
  3062.   the foundation for the other filesystems. This option will enlarge
  3063.   your kernel about 24 kB. If unsure, say Y. If you want to compile
  3064.   this as a module however ( = code which can be inserted in and
  3065.   removed from the running kernel whenever you want), say M here and
  3066.   read Documentation/modules.txt. Note that if you compile the FAT
  3067.   support as a module, you cannot compile any of the FAT-based file-
  3068.   systems into the kernel - they will have to be modules as well.
  3069.   The filesystem of your root partition cannot be a module.
  3070.  
  3071. msdos fs support
  3072. CONFIG_MSDOS_FS
  3073.   This allows you to mount MSDOS partitions of your harddrive (unless
  3074.   they are compressed; to access compressed MSDOS partitions under
  3075.   Linux, you can either use the DOS emulator DOSEMU, described in the
  3076.   DOSEMU-HOWTO, available via ftp (user: anonymous) at
  3077.   sunsite.unc.edu:/pub/Linux/docs/HOWTO, or try dmsdosfs in
  3078.   sunsite.unc.edu:/pub/Linux/system/Filesystems/dosfs. If you intend
  3079.   to use dosemu with a non-compressed MSDOS partition, say Y here) and
  3080.   MSDOS floppies. This means that file access becomes transparent,
  3081.   i.e. the MSDOS files look and behave just like all other Unix files.
  3082.   Another way to read and write MSDOS floppies from within Linux (but
  3083.   not transparently) is with the mtools ("man mtools") program suite,
  3084.   which doesn't require the msdos filesystem support.  If you want to
  3085.   use umsdos, the Unix-like filesystem on top of DOS, which allows you
  3086.   to run Linux from within a DOS partition without repartitioning,
  3087.   you'll have to say Y or M here. If your have Windows'95 or Windows
  3088.   NT installed on your MSDOS partitions, you should use the VFAT
  3089.   filesystem instead, or you will not be able to see the long
  3090.   filenames generated by Windows'95 / Windows NT. This option will
  3091.   enlarge your kernel by about 7 kB. If unsure, say Y. This will only
  3092.   work if you said Y to "fat fs support" as well. If you want to
  3093.   compile this as a module however ( = code which can be inserted in
  3094.   and removed from the running kernel whenever you want), say M here
  3095.   and read Documentation/modules.txt. Note that the filesystem of your
  3096.   root partition cannot be a module.
  3097.  
  3098. vfat fs support
  3099. CONFIG_VFAT_FS
  3100.   This allows you to mount MSDOS partitions of your harddrive. It
  3101.   will let you use filenames in a way compatible with the long
  3102.   filenames used by Windows'95 and Windows NT fat-based (not NTFS)
  3103.   partitions. It does not support Windows'95 compressed filesystems.
  3104.   You cannot use the VFAT filesystem for your root partition; use
  3105.   UMSDOS instead. This option enlarges your kernel by about 10 kB and
  3106.   it only works if you enabled the "fat fs support" above. Please read
  3107.   the file Documentation/filesystems/vfat.txt for details.
  3108.   If unsure, say N. If you want to compile this as a module ( = code
  3109.   which can be inserted in and removed from the running kernel
  3110.   whenever you want), say M here and read Documentation/modules.txt.
  3111.  
  3112. umsdos: Unix like fs on top of std MSDOS fs
  3113. CONFIG_UMSDOS_FS
  3114.   Say Y here if you want to run Linux from within an existing DOS
  3115.   partition of your harddrive. The advantage of this is that you can
  3116.   get away without repartitioning your hard drive (which often implies
  3117.   backing everything up and restoring afterwards) and hence you're
  3118.   able to quickly try out Linux or show it to your friends; the
  3119.   disadvantage is that Linux becomes susceptible to DOS viruses and
  3120.   that UMSDOS is somewhat slower than ext2fs.  Another use of umsdos
  3121.   is to write files with long unix filenames to MSDOS floppies; it
  3122.   also allows unix style softlinks and owner/permissions of files on
  3123.   MSDOS floppies. You will need a program called umssync in order to
  3124.   make use of umsdos. Read Documentation/filesystems/umsdos.txt. This
  3125.   option enlarges your kernel by about 25 kB and it only works if you
  3126.   enabled both "fat fs support" and "msdos fs support" above. If
  3127.   unsure, say N.  If you want to compile this as a module ( = code
  3128.   which can be inserted in and removed from the running kernel
  3129.   whenever you want), say M here and read
  3130.   Documentation/modules.txt. Note that the filesystem of your root
  3131.   partition cannot be a module.
  3132.  
  3133. nls: Native language codepages and Unicode support
  3134. CONFIG_NLS
  3135.   This is required by the FAT based filesystems and by the ISO9660
  3136.   filesystem with Joliet support.  Joliet is a Microsoft extension
  3137.   for CDROMs that supports Unicode.
  3138.   This allows translation between different character sets.  When
  3139.   dealing with the FAT based filesystems, there are two character
  3140.   sets that are important. The first is the codepage.  Codepages are
  3141.   character sets that are used by DOS to allow filenames to have
  3142.   native language characters when character sets were limited to
  3143.   256 characters. The codepage is the character set that is used to
  3144.   store native language characters on disk.
  3145.   The two most common codepages are 437 in the United States and 850
  3146.   in much of Europe. The second important character set is the
  3147.   input/output character set. This is the character set that is
  3148.   displayed on the screen. In the United States, this will almost
  3149.   always be the ISO 8859-1 character set. This is the default. Linux
  3150.   will only do a translation of the FAT filenames, not the contents
  3151.   of the files.
  3152.  
  3153. nls iso8859-1
  3154. CONFIG_NLS_ISO8859_1
  3155.   ISO8859-1 is the Latin 1 character set, and it covers most West
  3156.   European languages such as Albanian, Catalan, Danish, Dutch,
  3157.   English, Faeroese, Finnish, French, German, Galician, Irish,
  3158.   Icelandic, Italian, Norwegian, Portuguese, Spanish, Swedish, and
  3159.   Valencian.
  3160.  
  3161. nls iso8859-2
  3162. CONFIG_NLS_ISO8859_2
  3163.   ISO8859-2 is the Latin 2 character set, and it works for most
  3164.   Latin-written Slavic and Central European languages: Czech, German,
  3165.   Hungarian, Polish, Rumanian, Croatian, Slovak, Slovene.
  3166.  
  3167. nls iso8859-3
  3168. CONFIG_NLS_ISO8859_3
  3169.   ISO8859-3 is the Latin 3 character set, and it s popular with
  3170.   authors of Esperanto, Galician, Maltese, and Turkish.
  3171.  
  3172. nls iso8859-4
  3173. CONFIG_NLS_ISO8859_4
  3174.   ISO8859-4 is the Latin 4 character set, and it introduces letters
  3175.   for Estonian, Latvian, and Lithuanian. It is an incomplete
  3176.   predecessor of Latin 6.
  3177.  
  3178. nls iso8859-5
  3179. CONFIG_NLS_ISO8859_5
  3180.   ISO8859-5 is a Cyrillic character set, and you can type Bulgarian,
  3181.   Byelorussian, Macedonian, Russian, Serbian, and Ukrainian.
  3182.   Note that the charset KOI8-R is preferred in Russia.
  3183.  
  3184. nls iso8859-6
  3185. CONFIG_NLS_ISO8859_6
  3186.   ISO8859-6 is the Arabic character set.
  3187.  
  3188. nls iso8859-7
  3189. CONFIG_NLS_ISO8859_7
  3190.   ISO8859-7 is the Modern Greek character set.
  3191.  
  3192. nls iso8859-8
  3193. CONFIG_NLS_ISO8859_8
  3194.   ISO8859-8 is the Hebrew character set.
  3195.  
  3196. nls iso8859-9
  3197. CONFIG_NLS_ISO8859_9
  3198.   ISO8859-9 is the Latin 5 character set, and it replaces the rarely
  3199.   needed Icelandic letters in Latin 1 with the Turkish ones.
  3200.   Useful in Turkey.
  3201.  
  3202. nls iso8859-10
  3203. CONFIG_NLS_ISO8859_10
  3204.   ISO8859-10 is the Latin 6 character set, and it adds the last
  3205.   Inuit (Greenlandic) and Sami (Lappish) letters that were missing
  3206.   in Latin 4 to cover the entire Nordic area.
  3207.  
  3208. nls koi8-r
  3209. CONFIG_NLS_KOI8_R
  3210.   This is the preferred Russian character set.
  3211.  
  3212. nls codepage 437
  3213. CONFIG_NLS_CODEPAGE_437
  3214.   This is the DOS codepage that is used in the United States and parts
  3215.   of Canada.
  3216.  
  3217. nls codepage 737
  3218. CONFIG_NLS_CODEPAGE_737
  3219.   This is the codepage used by DOS for Greek.
  3220.  
  3221. nls codepage 775
  3222. CONFIG_NLS_CODEPAGE_775
  3223.   This is the codepage used by DOS for the Baltic Rim Languages.
  3224.  
  3225. nls codepage 850
  3226. CONFIG_NLS_CODEPAGE_850
  3227.   This is the DOS codepage that is used in much of Europe--United
  3228.   Kingdom, Germany, Spain, Italy, and [add more countries here].
  3229.   It has some characters useful to many European languages that are
  3230.   not part of codepage 437.
  3231.  
  3232. nls codepage 852
  3233. CONFIG_NLS_CODEPAGE_852
  3234.   This is the Latin 2 codepage used by DOS for much of Central and
  3235.   Eastern Europe.  It has all the required characters for these
  3236.   languages: Albanian, Croatian, Czech, English, Finnish, Hungarian,
  3237.   Irish, German, Polish, Romanian, Serbian (Latin transcription),
  3238.   Slovak, Slovenian, and Sorbian.
  3239.  
  3240. nls codepage 855
  3241. CONFIG_NLS_CODEPAGE_855
  3242.   This is the DOS codepage that is used for Cyrillic.
  3243.  
  3244. nls codepage 857
  3245. CONFIG_NLS_CODEPAGE_857
  3246.   This is the DOS codepage that is used for Turkish.
  3247.  
  3248. nls codepage 860
  3249. CONFIG_NLS_CODEPAGE_860
  3250.   This is the DOS codepage that is used for Portuguese.
  3251.  
  3252. nls codepage 861
  3253. CONFIG_NLS_CODEPAGE_861
  3254.   This is the DOS codepage that is used for Icelandic.
  3255.  
  3256. nls codepage 862
  3257. CONFIG_NLS_CODEPAGE_862
  3258.   This is the DOS codepage that is used for Hebrew.
  3259.  
  3260. nls codepage 863
  3261. CONFIG_NLS_CODEPAGE_863
  3262.   This is the DOS codepage that is used for Canadian French.
  3263.  
  3264. nls codepage 864
  3265. CONFIG_NLS_CODEPAGE_864
  3266.   This is the DOS codepage that is used for Arabic.
  3267.  
  3268. nls codepage 865
  3269. CONFIG_NLS_CODEPAGE_865
  3270.   This is the DOS codepage that is used in the Nordic European
  3271.   countries.
  3272.  
  3273. nls codepage 866
  3274. CONFIG_NLS_CODEPAGE_866
  3275.   This is the DOS codepage that is used for Cyrillic/Russian.
  3276.  
  3277. nls codepage 869
  3278. CONFIG_NLS_CODEPAGE_869
  3279.   This is the DOS codepage that is used for Greek.
  3280.  
  3281. nls codepage 874
  3282. CONFIG_NLS_CODEPAGE_874
  3283.   This is the DOS codepage that is used for Thai.
  3284.  
  3285. /proc filesystem support
  3286. CONFIG_PROC_FS
  3287.   This is a virtual filesystem providing information about the status
  3288.   of the system. "Virtual" means that it doesn't take up any space on
  3289.   your harddisk: the files are created on the fly when you access
  3290.   them. Also, you cannot read the files with less: you need to use
  3291.   more or cat. The filesystem is explained in the Kernel Hacker's
  3292.   Guide, available via ftp (user: anonymous) in
  3293.   sunsite.unc.edu:/pub/Linux/docs/LDP and also on the proc(8) manpage
  3294.   ("man 8 proc").  This option will enlarge your kernel by about 18
  3295.   kB. It's totally cool; for example, "cat /proc/interrupts" gives
  3296.   information about what the different IRQs are used for at the moment
  3297.   (there is a small number of Interrupt ReQuest lines in your computer
  3298.   that are used by the periphery to gain the CPU's attention - often a
  3299.   source of trouble if two devices are mistakenly configured to use
  3300.   the same IRQ). Several programs depend on this, so everyone should
  3301.   say Y here.
  3302.  
  3303. NFS filesystem support
  3304. CONFIG_NFS_FS
  3305.   If you are connected to some other (usually local) Unix computer
  3306.   (using SLIP, PLIP, PPP or ethernet) and want to mount files
  3307.   residing on that computer (the NFS server) using the Network
  3308.   File Sharing protocol, say Y. "Mounting files" means that the client
  3309.   can access the files with usual UNIX commands as if they were
  3310.   sitting on the client's harddisk. For this to work, the server must
  3311.   run the programs nfsd and mountd (but does not need to have NFS
  3312.   filesystem support enabled). NFS is explained in the Network
  3313.   Administrator's Guide, available via ftp (user: anonymous) in
  3314.   sunsite.unc.edu:/pub/Linux/docs/LDP, and on its man page: "man
  3315.   nfs". There is also a NFS-FAQ in
  3316.   sunsite.unc.edu:/pub/Linux/docs/faqs which presumes that you know
  3317.   the basics of NFS already. If you say Y here, you should have said Y
  3318.   to TCP/IP networking also. This option would enlarge your kernel by
  3319.   about 27 kB. This filesystem is also available as a module ( = code
  3320.   which can be inserted in and removed from the running kernel
  3321.   whenever you want). If you want to compile it as a module, say M
  3322.   here and read Documentation/modules.txt. If you configure a diskless
  3323.   machine which will mount its root filesystem over nfs, you cannot
  3324.   compile this driver as a module. If you don't know what all this is
  3325.   about, say N.
  3326.  
  3327. Root file system on NFS
  3328. CONFIG_ROOT_NFS
  3329.   If you want your Linux box to mount its whole root filesystem from
  3330.   some other computer over the net via NFS (presumably because your
  3331.   box doesn't have a harddisk), say Y. Read Documentation/nfsroot.txt
  3332.   for details. Most people say N here.
  3333.  
  3334. BOOTP support
  3335. CONFIG_RNFS_BOOTP
  3336.   If you want your Linux box to mount its whole root filesystem from
  3337.   some other computer over the net via NFS and you want the IP address
  3338.   of your computer to be discovered automatically at boot time using
  3339.   the BOOTP protocol (a special protocol designed for doing this job),
  3340.   say Y here. In case the boot ROM of your network card was designed
  3341.   for booting Linux and does BOOTP itself, providing all necessary
  3342.   information on the kernel command line, you can say N here.  If
  3343.   unsure, say Y. Note that in case you want to use BOOTP, a BOOTP
  3344.   server must be operating on your network. Read
  3345.   Documentation/nfsroot.txt for details.
  3346.  
  3347. RARP support
  3348. CONFIG_RNFS_RARP
  3349.   If you want your Linux box to mount its whole root filesystem from
  3350.   some other computer over the net via NFS and you want the IP address
  3351.   of your computer to be discovered automatically at boot time using
  3352.   the RARP protocol (an older protocol which is being obsoleted by
  3353.   BOOTP), say Y here. Note that in case you want to use RARP, a RARP
  3354.   server must be operating on your network. Read
  3355.   Documentation/nfsroot.txt for details.
  3356.  
  3357. ISO9660 cdrom filesystem support
  3358. CONFIG_ISO9660_FS
  3359.   This is the standard filesystem used on CDROMs. It was previously
  3360.   known as "High Sierra Filesystem" and is called "hsfs" on other Unix
  3361.   systems. The so-called Rock-Ridge extensions which allow for long
  3362.   Unix filenames are also supported by this driver. If you have a
  3363.   CDROM drive and want to do more with it than just listen to audio
  3364.   CDs and watch its LEDs, say Y (and read the CDROM-HOWTO, available
  3365.   via ftp (user: anonymous) from
  3366.   sunsite.unc.edu:/pub/Linux/docs/HOWTO), thereby enlarging your
  3367.   kernel by about 27 kB; otherwise say N.  If you want to compile this
  3368.   as a module ( = code which can be inserted in and removed from the
  3369.   running kernel whenever you want), say M here and read
  3370.   Documentation/modules.txt.
  3371.  
  3372. OS/2 HPFS filesystem support (read only)
  3373. CONFIG_HPFS_FS
  3374.   OS/2 is IBM's operating system for PC's, the same as Warp, and HPFS
  3375.   is the filesystem used for organizing files on OS/2 harddisk
  3376.   partitions. Say Y if you want to be able to read files from an OS/2
  3377.   HPFS partition of your harddrive. OS/2 floppies however are in
  3378.   regular MSDOS format, so you don't need this option in order to be
  3379.   able to read them. Read Documentation/filesystems/hpfs.txt. This
  3380.   filesystem is also available as a module ( = code which can be
  3381.   inserted in and removed from the running kernel whenever you
  3382.   want). If you want to compile it as a module, say M here and read
  3383.   Documentation/modules.txt. If unsure, say N.
  3384.  
  3385. System V and Coherent filesystem support
  3386. CONFIG_SYSV_FS
  3387.   SCO, Xenix and Coherent are commercial Unix systems for intel
  3388.   machines. Enabling this option would allow you to read and write to
  3389.   and from their floppies and harddisk partitions. If you have a
  3390.   floppy or harddisk partition like that, it is probable that they
  3391.   contain binaries from those other Unix systems; in order to run
  3392.   these binaries, you will want to install iBCS2 (iBCS2 [Intel Binary
  3393.   Compatibility Standard] is a kernel module which lets you run SCO,
  3394.   Xenix, Wyse, Unix Ware, Dell Unix and System V programs under Linux
  3395.   and is often needed to run commercial software, most prominently
  3396.   WordPerfect. It's in tsx-11.mit.edu:/pub/linux/BETA). If you only
  3397.   intend to mount files from some other Unix over the network using
  3398.   NFS, you don't need the System V filesystem support (but you need
  3399.   nfs filesystem support obviously). Note that this option is
  3400.   generally not needed for floppies, since a good portable way to
  3401.   transport files and directories between unixes (and even other
  3402.   operating systems) is given by the tar program ("man tar").  Note
  3403.   also that this option has nothing whatsoever to do with the option
  3404.   "System V IPC". Read about the System V filesystem in
  3405.   Documentation/filesystems/sysv-fs.txt. This option will enlarge your
  3406.   kernel by about 34 kB. If you want to compile this as a module ( =
  3407.   code which can be inserted in and removed from the running kernel
  3408.   whenever you want), say M here and read
  3409.   Documentation/modules.txt. If you haven't heard about all of this
  3410.   before, it's safe to say N.
  3411.  
  3412. Kernel automounter support (experimental)
  3413. CONFIG_AUTOFS_FS
  3414.   The automounter is a tool to automatically mount remote filesystems
  3415.   on demand.  This implementation is partially kernel-based to reduce
  3416.   overhead in the already-mounted case; this is unlike the BSD
  3417.   automounter (amd), which is only in user space.  To use the
  3418.   automounter you also need the user-space tools from
  3419.   ftp.kernel.org:/pub/linux/daemons/autofs.  If you are not a part of
  3420.   a fairly large, distributed network, you probably do not need an
  3421.   automounter, and can say N here.
  3422.  
  3423. BSD UFS filesystem support (read only)
  3424. CONFIG_UFS_FS
  3425.   BSD and derivate versions of Unix (such as SunOS, FreeBSD, NetBSD
  3426.   and NeXTstep) use a filesystem called UFS. Some System V Unixes can
  3427.   create and mount partitions and diskettes using this filesystem
  3428.   as well. Enabling this option allows you to mount these partitions
  3429.   and diskettes read-only. If you only intend to mount files from
  3430.   some other Unix over the network using NFS, you don't need the
  3431.   UFS filesystem support (but you need nfs filesystem support
  3432.   obviously). Note that this option is generally not needed for
  3433.   floppies, since a good portable way to transport files and
  3434.   directories between unixes (and even other operating systems)
  3435.   is given by the tar program ("man tar"). When accessing NeXTstep
  3436.   files, you may need to convert them from the NeXT character set
  3437.   to the Latin1 character set; use GNU recode for this purpose.
  3438.   Say Y to build UFS support into your kernel. If you want to compile
  3439.   this as a module ( = code which can be inserted in and removed from
  3440.   the running kernel whenever you want), say M here and read
  3441.   Documentation/modules.txt. If you haven't heard about all of this
  3442.   before, it's safe to say N.
  3443.  
  3444. BSD disklabel (FreeBSD partition tables) support
  3445. CONFIG_BSD_DISKLABEL
  3446.   FreeBSD uses its own partition scheme on your PC. It requires only
  3447.   one entry in the primary partition table of your disk and manages it
  3448.   similarly to DOS extended partitions, putting in its first sector a
  3449.   new partition table in disklabel format. Enabling this option allows
  3450.   you to read these disklabels and further mount FreeBSD partitions on
  3451.   your Linux box if you also have configured BSD ufs filesystem
  3452.   support. If you don't know what all this is about, say N.
  3453.  
  3454. SMD disklabel (Sun partition tables) support
  3455. CONFIG_SMD_DISKLABEL
  3456.   Like most systems, SunOS uses its own partition table format,
  3457.   incompatible with all others.  Enabling this option allows you to
  3458.   read these partition tables and further mount SunOS disks on your
  3459.   Linux box if you also have configured BSD ufs filesystem support.
  3460.   This is mainly used to carry data from a Sparc under SunOS to your
  3461.   Linux box via a removable medium like magneto-optical or ZIP drives.
  3462.   If you don't know what all this is about, say N.
  3463.  
  3464. SMB filesystem support (to mount WfW shares etc..)
  3465. CONFIG_SMB_FS
  3466.   SMB (Server Message Buffer) is the protocol Windows for Workgroups
  3467.   (WfW), Windows NT and Lan Manager use to talk to each other over an
  3468.   ethernet. Enabling this allows you to mount their filesystems and
  3469.   access them just like any other unix directory. For details, read
  3470.   Documentation/filesystems/smbfs.txt.  Note: if you just want your
  3471.   box to act as an SMB *server* and make files and printing services
  3472.   available to Windows clients (which need to have a TCP/IP stack),
  3473.   you don't need to enable this filesystem support; you can use the
  3474.   program samba (available via ftp (user: anonymous) in
  3475.   sunsite.unc.edu:/pub/Linux/system/Network/samba) for that. General
  3476.   information about how to connect Linux, Windows machines and Macs is
  3477.   on the WWW at http://eats.com/linux_mac_win.html (to browse the WWW,
  3478.   you need to have access to a machine on the Internet that has one of
  3479.   the programs lynx, netscape or Mosaic).  If you want to compile the
  3480.   SMB support as a module ( = code which can be inserted in and
  3481.   removed from the running kernel whenever you want), say M here and
  3482.   read Documentation/modules.txt. Most people say N, however.
  3483.  
  3484. SMB Win95 bug work-around
  3485. CONFIG_SMB_WIN95
  3486.   If you want to connect to a share exported by Windows 95, you should
  3487.   say Y here. The Windows 95 server contains a bug that makes listing
  3488.   directories unreliable. This option slows down the listing of
  3489.   directories. This makes the Windows 95 server a bit more stable.
  3490.  
  3491. NCP filesystem support (to mount NetWare volumes)
  3492. CONFIG_NCP_FS
  3493.   NCP (NetWare Core Protocol) is a protocol that runs over IPX and is
  3494.   used by Novel NetWare clients to talk to file servers. It is to IPX
  3495.   what nfs is to tcp/ip, if that helps. Enabling this option allows
  3496.   you to mount NetWare file server volumes and to access them just
  3497.   like any other Unix directory. For details, please read the file
  3498.   Documentation/filesystems/ncpfs.txt in the kernel source and the
  3499.   IPX-HOWTO on sunsite.unc.edu:/pub/Linux/docs/howto.  If you want to
  3500.   compile this as a module ( = code which can be inserted in and
  3501.   removed from the running kernel whenever you want), say M here and
  3502.   read Documentation/modules.txt.
  3503.  
  3504. Amiga FFS filesystem support (EXPERIMENTAL)
  3505. CONFIG_AFFS_FS
  3506.   The Fast File System (FFS) is the common filesystem used on
  3507.   harddisks by Amiga (tm) Systems since AmigaOS Version 1.3 (34.20).
  3508.   It's also possible to mount diskfiles used by
  3509.   the Un*X Amiga Emulator by Bernd Schmidt
  3510.   (http://www-users.informatik.rwth-aachen.de/~crux/uae.html).
  3511.   If you want to do the latter, you will also need the loop device
  3512.   support.   Say Y if you want to be able to read and write files from
  3513.   and to an Amiga FFS partition of your harddrive.  Amiga floppies
  3514.   however cannot be read with this driver due to an incompatibility of
  3515.   the floppy controller used in an Amiga and the standard floppy
  3516.   controller in PCs and workstations.  Read
  3517.   Documentation/filesystems/affs.txt.  This filesystem is also
  3518.   available as a module ( = code which can be inserted in and removed
  3519.   from the running kernel whenever you want). If you want to compile
  3520.   it as a module, say M here and read Documentation/modules.txt.
  3521.   If unsure, say N.
  3522.  
  3523. Standard/generic serial support
  3524. CONFIG_SERIAL
  3525.   This selects whether you want to include the driver for the standard
  3526.   serial ports.  People who might say N here are those that are
  3527.   setting up dedicated ethernet WWW/ftp servers, or users that have
  3528.   one of the various bus mice instead of a serial mouse.  (Note that
  3529.   the Cyclades and Stallion multi serial port drivers do not need this
  3530.   driver built in for them to work. They are completely independent of
  3531.   each other.)  If you want to compile this driver as a module, say M
  3532.   here and read Documentation/modules.txt.  [WARNING: Do not compile
  3533.   this driver as a module if you are using non-standard serial ports,
  3534.   since the configuration information will be lost when kerneld
  3535.   automatically unloads the driver.  This limitation may be lifted in
  3536.   the future.]  Most people will say Y or M here, so that they can use
  3537.   serial mice, modems and similar devices connecting to the standard
  3538.   serial ports.
  3539.  
  3540. Digiboard PC/Xx Support
  3541. CONFIG_DIGI
  3542.   This is a driver for the Digiboard PC/Xe, PC/Xi, and PC/Xeve cards
  3543.   that give you many serial ports. You would need something like this
  3544.   to connect more than two modems to your linux box, for instance in
  3545.   order to become a BBS. If you have a card like that, say Y here and
  3546.   read the file Documentation/digiboard.txt.
  3547.  
  3548. SDL RISCom/8 card support
  3549. CONFIG_RISCOM8
  3550.   This is a driver for the SDL Communications RISCom/8 multiport card,
  3551.   that give you many serial ports. You would need something like this
  3552.   to connect more than two modems to your linux box, for instance in
  3553.   order to become a BBS. If you have a card like that, say Y here and
  3554.   read the file Documentation/riscom8.txt. Also it's possible to say
  3555.   M here and compile this driver as kernel loadable module.
  3556.  
  3557. Cyclades async mux support
  3558. CONFIG_CYCLADES
  3559.   This is a driver for a card that gives you many serial ports. You
  3560.   would need something like this to connect more than two modems to
  3561.   your linux box, for instance in order to become a BBS. If you want
  3562.   to compile this as a module ( = code which can be inserted in and
  3563.   removed from the running kernel whenever you want), say M here and
  3564.   read Documentation/modules.txt. If you haven't heard about it, it's
  3565.   safe to say N. (As of 1.3.9x kernels, this driver's minor numbers
  3566.   start at 0 instead of 32.)
  3567.  
  3568. Stallion multiport serial support
  3569. CONFIG_STALDRV
  3570.   Stallion cards give you many serial ports. You would need something
  3571.   like this to connect more than two modems to your linux box, for
  3572.   instance in order to become a BBS. If you say Y here, you will be
  3573.   asked for your specific card model in the next questions. Make sure
  3574.   to read drivers/char/README.stallion in this case. If you have never
  3575.   heard about all this, it's safe to say N.
  3576.  
  3577. Stallion EasyIO or EC8/32 support
  3578. CONFIG_STALLION n
  3579.   If you have an EasyIO or EasyConnection 8/32 multiport Stallion
  3580.   card, then this is for you; say Y. Make sure to read
  3581.   drivers/char/README.stallion. If you want to compile this as a
  3582.   module ( = code which can be inserted in and removed from the
  3583.   running kernel whenever you want), say M here and read
  3584.   Documentation/modules.txt.
  3585.  
  3586. Stallion EC8/64, ONboard, Brumby support
  3587. CONFIG_ISTALLION
  3588.   If you have an EasyConnection 8/64, ONboard, Brumby or Stallion
  3589.   serial multiport card, say Y here. Make sure to read
  3590.   drivers/char/README.stallion. To compile it as a module ( = code
  3591.   which can be inserted in and removed from the running kernel
  3592.   whenever you want), say M here and read Documentation/modules.txt.
  3593.  
  3594. Parallel printer support
  3595. CONFIG_PRINTER
  3596.   If you intend to attach a printer to the parallel port of your Linux
  3597.   box (as opposed to using a serial printer; if the connector at the
  3598.   printer has 9 or 25 holes ["female"], then it's serial), say Y. Also
  3599.   read the Printing-HOWTO, available via ftp (user: anonymous) in
  3600.   sunsite.unc.edu:/pub/Linux/docs/HOWTO.  If you want to compile this
  3601.   as a module ( = code which can be inserted in and removed from the
  3602.   running kernel whenever you want), say M here and read
  3603.   Documentation/modules.txt. If you want to use both a parallel
  3604.   printer and PLIP, there are two cases: 1) If the printer and the
  3605.   PLIP cable are to use the same parallel port (presumably because you
  3606.   have just one), it is best to compile both drivers as modules and
  3607.   load and unload them as needed. 2) To use different parallel ports
  3608.   for the printer and the PLIP cable, you can say Y to this printer
  3609.   driver, specify the base address of the parallel port(s) to use for
  3610.   the printer(s) with the "lp" kernel command line option. (See the
  3611.   documentation of your boot loader (lilo or loadlin) about how to
  3612.   pass options to the kernel at boot time. The lilo procedure is also
  3613.   explained in the SCSI-HOWTO, available via ftp (user: anonymous) in
  3614.   sunsite.unc.edu:/pub/Linux/docs/HOWTO.) The standard base addresses
  3615.   as well as the syntax of the "lp" command line option can be found
  3616.   in drivers/char/lp.c. You can then say Y to the PLIP driver or,
  3617.   preferably, M in which case Documentation/networking/net-modules.txt
  3618.   tells you how to specify the port and IRQ to be used by PLIP at
  3619.   module load time.
  3620.  
  3621.  
  3622. Mouse Support (not serial mice)
  3623. CONFIG_MOUSE
  3624.   This is for machines with a bus mouse or a PS/2 mouse as opposed to
  3625.   a serial mouse. Most people have a regular serial MouseSystem or
  3626.   Microsoft mouse (made by Logitech) that plugs into a COM port
  3627.   (rectangular with 9 or 25 pins). These people say N here. If you
  3628.   have something else, read the Busmouse-HOWTO, available via ftp
  3629.   (user: anonymous) in sunsite.unc.edu:/pub/Linux/docs/HOWTO and say Y
  3630.   here. If you have a laptop, you either have to check the
  3631.   documentation or experiment a bit to find out whether the trackball
  3632.   is a serial mouse or not; it's best to say Y here for you. Note that
  3633.   the answer to this question won't directly affect the kernel: saying
  3634.   N will just cause this configure script to skip all the questions
  3635.   about non-serial mice.  If unsure, say Y.
  3636.  
  3637. Logitech busmouse support
  3638. CONFIG_BUSMOUSE
  3639.   Logitech mouse connected to a proprietary interface card. It's
  3640.   generally a round connector with 9 pins. Note that the newer mice
  3641.   made by Logitech don't use the Logitech protocol anymore; for those,
  3642.   you don't need this option. You want to read the Busmouse-HOWTO,
  3643.   available via ftp (user: anonymous) in
  3644.   sunsite.unc.edu:/pub/Linux/docs/HOWTO.  If you want to compile this
  3645.   as a module ( = code which can be inserted in and removed from the
  3646.   running kernel whenever you want), say M here and read
  3647.   Documentation/modules.txt. If you are unsure, say N and read the
  3648.   HOWTO nevertheless: it will tell you what you have.
  3649.  
  3650. PS/2 mouse (aka "auxiliary device") support
  3651. CONFIG_PSMOUSE
  3652.   The PS/2 mouse connects to a special mouse port that looks much like
  3653.   the keyboard port (small circular connector with 6 pins). This way,
  3654.   the mouse does not use any serial ports. This port can also be used
  3655.   for other input devices like light pens, tablets, keypads. Compaq,
  3656.   AST and IBM all use this as their mouse port on currently shipping
  3657.   machines. The trackballs of some laptops are PS/2 mice also. In
  3658.   particular, the C&T 82C710 mouse on TI Travelmates is a PS/2
  3659.   mouse. Although PS/2 mice are not technically bus mice, they are
  3660.   explained in detail in the Busmouse-HOWTO, available via ftp (user:
  3661.   anonymous) in sunsite.unc.edu:/pub/Linux/docs/HOWTO.  If you want to
  3662.   compile this as a module ( = code which can be inserted in and
  3663.   removed from the running kernel whenever you want), say M here and
  3664.   read Documentation/modules.txt. If you are unsure, say N and read
  3665.   the HOWTO nevertheless: it will tell you what you have.
  3666.  
  3667. C&T 82C710 mouse port support (as on TI Travelmate)
  3668. CONFIG_82C710_MOUSE
  3669.   This is a certain kind of PS/2 mouse used on the TI Travelmate. If
  3670.   you are unsure, try first to say N here and come back if the mouse
  3671.   doesn't work. Read the Busmouse-HOWTO, available via ftp (user:
  3672.   anonymous) in sunsite.unc.edu:/pub/Linux/docs/HOWTO.
  3673.  
  3674. Microsoft busmouse support
  3675. CONFIG_MS_BUSMOUSE
  3676.   These animals (also called Inport mice) are connected to an
  3677.   expansion board using a round connector with 9 pins. If this is what
  3678.   you have, say Y and read the Busmouse-HOWTO, available via ftp
  3679.   (user: anonymous) in sunsite.unc.edu:/pub/Linux/docs/HOWTO.  If you
  3680.   want to compile this as a module ( = code which can be inserted in
  3681.   and removed from the running kernel whenever you want), say M here
  3682.   and read Documentation/modules.txt. If you are unsure, say N and
  3683.   read the HOWTO nevertheless: it will tell you what you have. Also be
  3684.   aware that several vendors talk about 'Microsoft busmouse' and
  3685.   actually mean PS/2 busmouse - so count the pins on the connector.
  3686.  
  3687. ATIXL busmouse support
  3688. CONFIG_ATIXL_BUSMOUSE
  3689.   This is a rare type of busmouse that is connected to the back of an
  3690.   ATI video card. Note that most ATI mice are actually Microsoft
  3691.   busmice. Read the Busmouse-HOWTO, available via ftp (user:
  3692.   anonymous) in sunsite.unc.edu:/pub/Linux/docs/HOWTO.  If you want to
  3693.   compile this as a module ( = code which can be inserted in and
  3694.   removed from the running kernel whenever you want), say M here and
  3695.   read Documentation/modules.txt. If you are unsure, say N and read
  3696.   the HOWTO nevertheless: it will tell you what you have.
  3697.  
  3698. Support for user miscellaneous modules
  3699. CONFIG_UMISC
  3700.   This option forces generic miscellaneous minor device support in the
  3701.   kernel, and allows later loading of user miscellaneous device
  3702.   modules, such as drivers for optic pens and touchscreens. Unless you
  3703.   need such specific modules, or are willing to write/test one, just
  3704.   say N.
  3705.  
  3706. QIC-02 tape support
  3707. CONFIG_QIC02_TAPE
  3708.   If you have a non-SCSI tape drive like that, say Y.
  3709.  
  3710. Do you want runtime configuration for QIC-02
  3711. CONFIG_QIC02_DYNCONF
  3712.   You can either configure this driver once and for all by editing a
  3713.   header file, in which case you should say N, or you can fetch a
  3714.   program via anonymous ftp which is able to configure this driver
  3715.   during runtime. If you want this, say Y.
  3716.  
  3717. Ftape (QIC-80/Travan) support
  3718. CONFIG_FTAPE
  3719.   If you have a tape drive that is connected to your floppy
  3720.   controller, say Y here. Some tape drives (like the Iomega Ditto
  3721.   3200) come with a high speed controller of its own.  These drives
  3722.   (and their companion controller) is also supported. If you have a
  3723.   special controller (such as the CMS FC-10, FC-20, Iomega Mach-II, or
  3724.   Ditto Dash), you must configure it by editing the file
  3725.   drivers/char/ftape/Makefile. If you want to use such a tape drive on
  3726.   a PCI-bus based system, please read the file
  3727.   drivers/char/ftape/README.PCI. This driver is also available as a
  3728.   runtime loadable module ( = code which can be inserted in and
  3729.   removed from the running kernel whenever you want). If you want to
  3730.   compile it as a module, say M here and read
  3731.   Documentation/modules.txt.
  3732.  
  3733. Zilog serial support
  3734. CONFIG_SUN_ZS
  3735.   This driver does not exist at this point, so you might as well say
  3736.   N.
  3737.  
  3738. Advanced Power Management
  3739. CONFIG_APM
  3740.   APM is a BIOS specification for saving power using several different
  3741.   techniques.  This is mostly useful for battery powered laptops with
  3742.   APM compliant BIOSes.  Specifically, the time will be reset after a
  3743.   USER RESUME operation, the /proc/apm device will provide battery
  3744.   status information, and user-space programs will receive
  3745.   notification of APM "events" (e.g., battery status change).  This
  3746.   driver does not spin down disk drives (see hdparm(8) for that); and
  3747.   it doesn't turn off VESA-compliant "green" monitors.  This driver
  3748.   does not support the TI 4000M TravelMate and the ACER 486/DX4/75
  3749.   because they don't have compliant BIOSes.  Many "green" desktop
  3750.   machines also don't have compliant BIOSes, and this driver will
  3751.   cause those machines to panic during the boot phase (typically,
  3752.   these machines are using a data segment of 0040, which is reserved
  3753.   for the Linux kernel). If you get random kernel OOPSes that don't
  3754.   seem to be related to anything and you have a motherboard with APM
  3755.   support, try disabling/enabling this option. Generally, if you don't
  3756.   have a battery in your machine, there isn't much point in using this
  3757.   driver.
  3758.  
  3759. Ignore USER SUSPEND
  3760. CONFIG_APM_IGNORE_USER_SUSPEND
  3761.   This option will ignore USER SUSPEND requests.  On machines with a
  3762.   compliant APM BIOS, you want to say N.  However, on the NEC Versa M
  3763.   series notebooks, it is necessary to say Y because of a BIOS bug.
  3764.  
  3765. Enable APM at boot time
  3766. CONFIG_APM_DO_ENABLE
  3767.   Enable APM features at boot time.  From page 36 of the APM BIOS
  3768.   specification: "When disabled, the APM BIOS does not automatically
  3769.   power manage devices, enter the Standby State, enter the Suspend
  3770.   State, or take power saving steps in response to CPU Idle calls."
  3771.   This driver will make CPU Idle calls when Linux is idle (unless this
  3772.   feature is turned off -- see below).  This should always save
  3773.   battery power, but more complicated APM features will be dependent
  3774.   on your BIOS implementation.  You may need to turn this option off
  3775.   if your computer hangs at boot time when using APM support, or if it
  3776.   beeps continuously instead of suspending.  Turn this off if you have
  3777.   a NEC UltraLite Versa 33/C or a Toshiba T400CDT.  This is off by
  3778.   default since most machines do fine without this feature.
  3779.  
  3780. Do CPU IDLE calls
  3781. CONFIG_APM_CPU_IDLE
  3782.   Enable calls to APM CPU Idle/CPU Busy inside the kernel's idle loop.
  3783.   On some machines, this can activate improved power savings, such as
  3784.   a slowed CPU clock rate, when the machine is idle.  These idle calls
  3785.   are made after the idle loop has run for some length of time (e.g.,
  3786.   333 ms).  On some machines, this will cause a hang at boot time or
  3787.   whenever the CPU becomes idle.  (On machines with more than one CPU,
  3788.   this option does nothing.)
  3789.  
  3790. Enable console blanking using APM
  3791. CONFIG_APM_DISPLAY_BLANK
  3792.   Enable console blanking using the APM.  Some laptops can use this to
  3793.   turn off the LCD backlight when the VC screen blanker blanks the
  3794.   screen.  Note that this is only used by the VC screen blanker, and
  3795.   won't turn off the backlight when using X11 (this also doesn't have
  3796.   anything to do with your VESA-compliant power-saving monitor).
  3797.   Further, this option doesn't work for all laptops---it might not
  3798.   turn off your backlight at all, or it might print a lot of errors to
  3799.   the console, especially if you are using gpm.
  3800.  
  3801. Power off on shutdown
  3802. CONFIG_APM_POWER_OFF
  3803.   This option will power off the computer after the Linux kernel is
  3804.   halted (e.g., with the halt(8) command).  As with the other APM
  3805.   options, this option may not work reliably with some APM BIOS
  3806.   implementations.
  3807.  
  3808. Ignore multiple suspend/standby events
  3809. CONFIG_APM_IGNORE_MULTIPLE_SUSPEND
  3810.   This option is necessary on the Thinkpad 560, but should work on all
  3811.   other laptops. When the APM BIOS returns multiple suspend or standby
  3812.   events while one is already being processed they will be ignored.
  3813.   Without this the Thinkpad 560 has troubles with apmd, and pcmcia-cs.
  3814.  
  3815. Watchdog Timer Support
  3816. CONFIG_WATCHDOG
  3817.   If you enable this option and create a character special file
  3818.   /dev/watchdog with major number 10 and minor number 130 using mknod
  3819.   ("man mknod"), you will get a watchdog, i.e.: subsequently opening
  3820.   the file and failing to write to it for longer than 1 minute will
  3821.   result in rebooting the machine. This could be useful for a
  3822.   networked machine that needs to come back online as fast as possible
  3823.   after a lock-up. There's a watchdog implementation entirely in
  3824.   software (which can sometimes fail to reboot the machine) and a
  3825.   driver for hardware watchdog boards, which are more robust and can
  3826.   also keep track of the temperature inside your computer. For
  3827.   details, read Documentation/watchdog.txt in the kernel source. If
  3828.   unsure, say N. This driver is also available as a module ( = code
  3829.   which can be inserted in and removed from the running kernel
  3830.   whenever you want). If you want to compile it as a module, say M
  3831.   here and read Documentation/modules.txt.
  3832.  
  3833. Disable watchdog shutdown on close
  3834. CONFIG_WATCHDOG_NOWAYOUT
  3835.   The default watchdog behaviour is to stop the timer if the process
  3836.   managing it closes the file /dev/watchdog. It's always remotely
  3837.   possible that this process might get killed. If you enable this
  3838.   option, the watchdog cannot be stopped once it has been started.
  3839.  
  3840. WDT Watchdog timer
  3841. CONFIG_WDT
  3842.   If you have a WDT500P or WDT501P watchdog board, say Y here,
  3843.   otherwise N. It is not possible to probe for this board, which means
  3844.   that you have to set the IO port and IRQ it uses in the kernel
  3845.   source at the top of drivers/char/wdt.c. If you want to compile this
  3846.   as a module ( = code which can be inserted in and removed from the
  3847.   running kernel whenever you want), say M here and read
  3848.   Documentation/modules.txt.
  3849.  
  3850. WDT501 features
  3851. CONFIG_WDT_501
  3852.   Saying Y here and creating a character special file /dev/temperature
  3853.   with major number 10 and minor number 131 ("man mknod") will give
  3854.   you a thermometer inside your computer: reading from
  3855.   /dev/temperature yields one byte, the temperature in degrees
  3856.   Fahrenheit. This works only if you have a WDT501P watchdog board
  3857.   installed.
  3858.  
  3859. Fan Tachometer
  3860. CONFIG_WDT_501_FAN
  3861.   Enable the Fan Tachometer on the WDT501. Only do this if you have
  3862.   a fan tachometer actually set up.
  3863.  
  3864. Software Watchdog
  3865. CONFIG_SOFT_WATCHDOG
  3866.   A software monitoring watchdog. This will fail to reboot your system
  3867.   from some situations that the hardware watchdog will recover
  3868.   from. Equally it's a lot cheaper to install. This driver is also
  3869.   available as a module ( = code which can be inserted in and removed
  3870.   from the running kernel whenever you want). If you want to compile
  3871.   it as a module, say M here and read Documentation/modules.txt.
  3872.  
  3873. Berkshire Products PC Watchdog card
  3874. CONFIG_PCWATCHDOG
  3875.   This is the driver for the Berkshire Products PC Watchdog card.
  3876.   This card simply watches your kernel to make sure it doesn't freeze,
  3877.   and if it does, it resets your computer after a certain amount of
  3878.   time.  This driver is like the WDT501 driver but for different
  3879.   hardware. The PC watchdog cards can be ordered from
  3880.   http://www.berkprod.com. Some example rc.local files are available
  3881.   from ftp.bitgate.com. This driver is also available as a module ( =
  3882.   code which can be inserted in and removed from the running kernel
  3883.   whenever you want). If you want to compile it as a module, say M
  3884.   here and read Documentation/modules.txt.  Most people will say N.
  3885.  
  3886. Enhanced Real Time Clock Support
  3887. CONFIG_RTC
  3888.   If you enable this option and create a character special file
  3889.   /dev/rtc with major number 10 and minor number 135 using mknod ("man
  3890.   mknod"), you will get access to the real time clock built into your
  3891.   computer. Every PC has such a clock built in. It can be used to
  3892.   generate signals from as low as 1Hz up to 8192Hz, and can also be
  3893.   used as a 24 hour alarm.  It reports status information via the file
  3894.   /proc/rtc and its behaviour is set by various ioctls on
  3895.   /dev/rtc. People running SMP (= multiprocessor) versions of Linux
  3896.   should enable this option to read and set the RTC clock in a SMP
  3897.   compatible fashion. If you think you have a use for such a device
  3898.   (such as periodic data sampling), then say Y here, and go read the
  3899.   file Documentation/rtc.txt for details.
  3900.  
  3901. Sound card support
  3902. CONFIG_SOUND
  3903.   If you have a Sound Card in your Computer, i.e. if it can say more
  3904.   than an occasional beep, say Y. Be sure to have all the information
  3905.   about your sound card and its configuration down (I/O port,
  3906.   interrupt and DMA channel), because you will be asked for it. You
  3907.   want to read the Sound-HOWTO, available via ftp (user: anonymous)
  3908.   from sunsite.unc.edu:/pub/Linux/docs/HOWTO. There is also some
  3909.   information in various README files in drivers/sound.  If you want
  3910.   to compile this as a module ( = code which can be inserted in and
  3911.   removed from the running kernel whenever you want), say M here and
  3912.   read Documentation/modules.txt.
  3913.   I'm told that even without a sound card, you can make your computer
  3914.   say more than an occasional beep, by programming the PC speaker.
  3915.   Kernel patches and programs to do that are at sunsite.unc.edu:
  3916.   /pub/Linux/kernel/patches/console/pcsndrv-X.X.tar.gz,
  3917.   to be extracted with "tar xzvf filename".
  3918.  
  3919. ProAudioSpectrum 16 support
  3920. CONFIG_PAS
  3921.   Answer Y only if you have a Pro Audio Spectrum 16, ProAudio Studio
  3922.   16 or Logitech SoundMan 16.  Don't answer 'y' if you have some other
  3923.   card made by Media Vision or Logitech since they are not PAS16
  3924.   compatible.
  3925.  
  3926. SoundBlaster (SB, SBPro, SB16, clones) support
  3927. CONFIG_SB
  3928.   Answer "y" if you have an original SoundBlaster card made by
  3929.   Creative Labs or a 100% hardware compatible clone (like the
  3930.   Thunderboard or SM Games). If your card was in the list of supported
  3931.   cards look at the card specific instructions in the
  3932.   drivers/sound/Readme.cards file before answering this question. For
  3933.   an unknown card you may answer Y if the card claims to be
  3934.   SoundBlaster compatible.
  3935.  
  3936. Generic OPL2/OPL3 FM synthesizer support
  3937. CONFIG_ADLIB
  3938.   Answer Y if your card has a FM chip made by Yamaha (OPL2/OPL3/OPL4).
  3939.   Answering Y is usually a safe and recommended choice, however some
  3940.   cards may have software (TSR) FM emulation. Enabling FM support with
  3941.   these cards may cause trouble (I don't currently know of any such
  3942.   cards, however).
  3943.  
  3944. Gravis Ultrasound support
  3945. CONFIG_GUS
  3946.   Enable this option for any type of Gravis Ultrasound card, including
  3947.   the GUS or GUS MAX.
  3948.  
  3949. MPU-401 support (NOT for SB16)
  3950. CONFIG_MPU401
  3951.   Be careful with this question. The MPU401 interface is supported by
  3952.   all soundcards. However, some natively supported cards have their
  3953.   own driver for MPU401. Enabling the MPU401 option with these cards
  3954.   will cause a conflict. Also, enabling MPU401 on a system that
  3955.   doesn't really have a MPU401 could cause some trouble. If your card
  3956.   was in the list of supported cards, look at the card specific
  3957.   instructions in the drivers/sound/Readme.cards file. It's safe to
  3958.   answer Y if you have a true MPU401 MIDI interface card.
  3959.  
  3960. 6850 UART Midi support
  3961. CONFIG_UART6850
  3962.   This option enables support for MIDI interfaces based on the 6850
  3963.   UART chip. This interface is rarely found on sound cards.  It's safe
  3964.   to answer N to this question.
  3965.  
  3966. PSS (ECHO-ADI2111) support
  3967. CONFIG_PSS
  3968.   Answer Y only if you have Orchid SW32, Cardinal DSP16 or some other
  3969.   card based on the PSS chipset (AD1848 codec + ADSP-2115 DSP chip +
  3970.   Echo ESC614 ASIC CHIP).
  3971.  
  3972. 16 bit sampling option of GUS (_NOT_ GUS MAX)
  3973. CONFIG_GUS16
  3974.   Answer Y if you have installed the 16 bit sampling daughtercard on
  3975.   your GUS.  Answer N if you have a GUS MAX, since enabling this
  3976.   option disables GUS MAX support.
  3977.  
  3978. GUS MAX support
  3979. CONFIG_GUSMAX
  3980.   Answer Y only if you have a Gravis Ultrasound MAX.
  3981.  
  3982. Microsoft Sound System support
  3983. CONFIG_MSS
  3984.   Again think carefully before answering Y to this question.  It's
  3985.   safe to answer Y if you have the original Windows Sound System card
  3986.   made by Microsoft or Aztech SG 16 Pro (or NX16 Pro).  Also you may
  3987.   answer Y in case your card is NOT among these:
  3988.      ATI Stereo F/X, AdLib, Audio Excell DSP16, Cardinal DSP16,
  3989.      Ensoniq SoundScape (and compatibles made by Reveal and Spea),
  3990.      Gravis Ultrasound, Gravis Ultrasound ACE, Gravis Ultrasound Max,
  3991.      Gravis Ultrasound with 16 bit option, Logitech Sound Man 16,
  3992.      Logitech SoundMan Games, Logitech SoundMan Wave, MAD16 Pro (OPTi
  3993.      82C929), Media Vision Jazz16, MediaTriX AudioTriX Pro, Microsoft
  3994.      Windows Sound System (MSS/WSS), Mozart (OAK OTI-601), Orchid
  3995.      SW32, Personal Sound System (PSS), Pro Audio Spectrum 16, Pro
  3996.      Audio Studio 16, Pro Sonic 16, Roland MPU-401 MIDI interface,
  3997.      Sound Blaster 1.0, Sound Blaster 16, Sound Blaster 16ASP, Sound
  3998.      Blaster 2.0, Sound Blaster AWE32, Sound Blaster Pro, TI TM4000M
  3999.      notebook, ThunderBoard, Turtle Beach Tropez, Yamaha FM
  4000.      synthesizers (OPL2, OPL3 and OPL4), 6850 UART MIDI Interface.
  4001.   For cards having native support in VoxWare, consult the card
  4002.   specific instructions in drivers/sound/Readme.cards. Some drivers
  4003.   have their own MSS support and enabling this option will cause a
  4004.   conflict.
  4005.  
  4006. Ensoniq Soundscape support
  4007. CONFIG_SSCAPE
  4008.   Answer Y if you have a soundcard based on the Ensoniq SoundScape
  4009.   chipset. Such cards are being manufactured at least by Ensoniq, Spea
  4010.   and Reveal (Reveal makes also other cards).
  4011.  
  4012. MediaTriX AudioTriX Pro support
  4013. CONFIG_TRIX
  4014.   Answer Y if you have the AudioTriX Pro sound card manufactured
  4015.   by MediaTrix.
  4016.  
  4017. Support for MAD16 and/or Mozart based cards
  4018. CONFIG_MAD16
  4019.   Answer Y if your card has a Mozart (OAK OTI-601) or MAD16
  4020.   (OPTi 82C928 or 82C929) audio interface chip. These chips are
  4021.   currently quite common so it's possible that many no-name cards
  4022.   have one of them. In addition the MAD16 chip is used in some
  4023.   cards made by known manufacturers such as Turtle Beach (Tropez),
  4024.   Reveal (some models) and Diamond (latest ones).
  4025.  
  4026. Support for Crystal CS4232 based (PnP) cards
  4027. CONFIG_CS4232
  4028.   Enable this if you have a card based on the Crystal CS4232 chip set.
  4029.  
  4030. Support for Turtle Beach Wave Front (Maui, Tropez) synthesizers
  4031. CONFIG_MAUI
  4032.   Enable this option if you have a Turtle Beach Wave Front, Maui, or
  4033.   Tropez sound card.
  4034.  
  4035. /dev/dsp and /dev/audio support
  4036. CONFIG_AUDIO
  4037.   Answering N disables /dev/dsp and /dev/audio, the A/D and D/A
  4038.   converter devices.  Answer N only if you know you will not need
  4039.   the option.  They are usually required.  Answer Y.
  4040.  
  4041. MIDI interface support
  4042. CONFIG_MIDI
  4043.   Answering N disables /dev/midixx devices and access to any MIDI
  4044.   ports using /dev/sequencer and /dev/music. This option also affects
  4045.   any MPU401 and/or General MIDI compatible devices.  Answer Y.
  4046.  
  4047. FM synthesizer (YM3812/OPL-3) support
  4048. CONFIG_YM3812
  4049.   Answer Y here, unless you know you will not need the option.
  4050.  
  4051. Sun Audio support
  4052. CONFIG_SUN_AUDIO
  4053.   This is support for the soundcards on Sun workstations. The code
  4054.   does not exist yet, so you might as well say N here.
  4055.  
  4056. Kernel profiling support
  4057. CONFIG_PROFILE
  4058.   This is for kernel hackers who want to know how much time the kernel
  4059.   spends in the various procedures. The information is stored in
  4060.   /proc/profile (enable the /proc filesystem!) and in order to read
  4061.   it, you need the readprofile package from sunsite.unc.edu. Its
  4062.   manpage gives information regarding the format of profiling data. To
  4063.   become a kernel hacker, you can start with the Kernel Hacker's
  4064.   Guide, available via ftp (user: anonymous) from
  4065.   sunsite.unc.edu:/pub/Linux/docs/LDP. Mere mortals say N.
  4066.  
  4067. Profile shift count
  4068. CONFIG_PROFILE_SHIFT
  4069.   This is used to adjust the granularity with which the addresses of
  4070.   executed instructions get recorded in /proc/profile. But since you
  4071.   enabled "Kernel profiling support", you must be a kernel hacker and
  4072.   hence you know what this is about :-)
  4073.  
  4074. ISDN subsystem
  4075. CONFIG_ISDN
  4076.   ISDN ("Integrated Services Digital Networks", called RNIS in
  4077.   France) is a special type of fully digital telephone line; it's
  4078.   mostly used to connect to your Internet service provider (with SLIP
  4079.   or PPP). The main advantage is that the speed is higher than
  4080.   ordinary modem/telephone connections. It only works if your computer
  4081.   is equipped with an ISDN card and both you and your service provider
  4082.   purchased an ISDN line from your phone company.  For details, read
  4083.   http://alumni.caltech.edu/~dank/isdn/ on the WWW. (To browse the
  4084.   WWW, you need to have access to a machine on the Internet that has
  4085.   one of the programs lynx, netscape or Mosaic.)  This driver allows
  4086.   you to use an ISDN-card for networking connections and as dialin/out
  4087.   device. The isdn-tty's have a built in AT-compatible modem
  4088.   emulator. Network devices support autodial, channel-bundling,
  4089.   callback and caller-authentication without having a daemon
  4090.   running. A reduced T.70 protocol is supported with tty's suitable
  4091.   for German BTX. On D-Channel, the protocols EDSS1 and 1TR6 are
  4092.   supported. See Documentation/isdn/README for more information.
  4093.  
  4094. Support synchronous PPP
  4095. CONFIG_ISDN_PPP
  4096.   This enables synchronous PPP via ISDN. This protocol is used by
  4097.   Cisco or Sun for example. So you want say Y here if the other end of
  4098.   your ISDN connection supports it. You will need a special version of
  4099.   pppd (called ipppd) for using this feature. See
  4100.   Documentation/isdn/README.syncppp and Documentation/isdn/syncPPP.FAQ
  4101.   for more information.
  4102.  
  4103. Support generic MP (RFC 1717)
  4104. CONFIG_ISDN_MPP
  4105.   With synchronous PPP enabled, it is possible to increase throughput
  4106.   by bundling several ISDN-connections, using this protocol. See
  4107.   Documentation/isdn/README.syncppp for more information.
  4108.  
  4109. Use VJ-compression with synchronous PPP
  4110. CONFIG_ISDN_PPP_VJ
  4111.   This enables Van Jacobson header compression for synchronous PPP.
  4112.  
  4113. Support audio via ISDN
  4114. CONFIG_ISDN_AUDIO
  4115.   With this option enabled, the modem-emulator supports a subset
  4116.   of the EIA Class 8 Voice commands. Using a getty with voice-support
  4117.   (mgetty+sendfax by gert@greenie.muc.de with an extension, available
  4118.   with the ISDN utility package for example), you will be able
  4119.   to use your Linux box as an ISDN-answering machine. Of course, this
  4120.   must be supported by the lowlevel driver also. Currently HiSax
  4121.   driver is the only voice-supporting drivers. See
  4122.   Documentation/isdn/README.audio for more information.
  4123.  
  4124. ICN 2B and 4B support
  4125. CONFIG_ISDN_DRV_ICN
  4126.   This enables support for two kinds of ISDN-cards made by a German
  4127.   company called ICN. 2B is the standard version for a single ISDN
  4128.   line with two B-channels, 4B supports two ISDN lines. For running
  4129.   this card, additional firmware is necessary, which has to be
  4130.   downloaded into the card using a utility which is distributed
  4131.   separately.  See Documentation/isdn/README and README.icn for more
  4132.   information.
  4133.  
  4134. HiSax SiemensChipSet driver support
  4135. CONFIG_ISDN_DRV_HISAX
  4136.   This driver replaces the old Teles driver. It supports the Siemens
  4137.   chipset in a more general way. This chipset is used on various
  4138.   ISDN-cards (like AVM A1, Elsa ISDN cards, Teles S0-16.0,
  4139.   Teles S0-16.3, Teles S0-8, Teles/Creatix PnP, ITK micro ix1 and
  4140.   many compatibles). It's a complete rewrite of the original Teles
  4141.   driver.
  4142.   See Documentation/isdn/README.HiSax for further informations on
  4143.   using this driver.
  4144.  
  4145. HiSax Support for Teles 16.0/8.0
  4146. CONFIG_HISAX_16_0
  4147.   This enables HiSax support for the Teles ISDN-cards S0-16.0,
  4148.   S0-8 and many compatibles.
  4149.   See Documentation/isdn/README.HiSax on how to configure it
  4150.   using the different cards, a different D-channel protocol, or
  4151.   non-standard irq/port/shmem settings.
  4152.  
  4153. HiSax Support for Teles 16.3 or PNP or PCMCIA
  4154. CONFIG_HISAX_16_3
  4155.   This enables HiSax support for the Teles ISDN-cards S0-16.3
  4156.   the Teles/Creatix PnP and the Teles PCMCIA.
  4157.   See Documentation/isdn/README.HiSax on how to configure it
  4158.   using the different cards, a different D-channel protocol, or
  4159.   non-standard irq/port/shmem settings.
  4160.  
  4161. HiSax Support for AVM A1 (Fritz)
  4162. CONFIG_HISAX_AVM_A1
  4163.   This enables HiSax support for the AVM A1 (aka "Fritz").
  4164.   See Documentation/isdn/README.HiSax on how to configure it
  4165.   using the different cards, a different D-channel protocol, or
  4166.   non-standard irq/port/shmem settings.
  4167.  
  4168. HiSax Support for Elsa ISA cards
  4169. CONFIG_HISAX_ELSA_PCC
  4170.   This enables HiSax support for the Elsa Mircolink cards and
  4171.   for the Elsa Quickstep series cards for the ISA bus.
  4172.   You don't have to select "HiSax Support for Elsa PCMCIA card"
  4173.   at the same time.
  4174.   See Documentation/isdn/README.HiSax on how to configure it
  4175.   using the different cards, a different D-channel protocol, or
  4176.   non-standard irq/port/shmem settings.
  4177.  
  4178. HiSax Support for Elsa PCMCIA card
  4179. CONFIG_HISAX_ELSA_PCMCIA
  4180.   This enables HiSax support for the Elsa PCMCIA card.
  4181.   You don't have to select "HiSax Support for Elsa ISA cards" at
  4182.   the same time.
  4183.   See Documentation/isdn/README.HiSax on how to configure it
  4184.   using the different cards, a different D-channel protocol, or
  4185.   non-standard irq/port/shmem settings.
  4186.  
  4187. HiSax Support for ITK ix1-micro Revision 2
  4188. CONFIG_HISAX_IX1MICROR2
  4189.   This enables HiSax support for the ITK ix1-micro Revision 2 card.
  4190.   See Documentation/isdn/README.HiSax on how to configure it
  4191.   using the different cards, a different D-channel protocol, or
  4192.   non-standard irq/port/shmem settings.
  4193.  
  4194. HiSax Support for EURO/DSS1
  4195. CONFIG_HISAX_EURO
  4196.   You should choose your D-channel protocol your local
  4197.   telephone service provider uses here by saying Y or N.
  4198.   NOTE: This is mutually exclusive with HiSax Support for
  4199.   german 1TR6 and US/NI-1 if you have only one ISDN card
  4200.   installed.
  4201.  
  4202. HiSax Support for US/NI-1
  4203. CONFIG_HISAX_NI1
  4204.   You should choose your D-channel protocol your local
  4205.   telephone service provider uses here by saying Y or N.
  4206.   NOTE: This is mutually exclusive with HiSax Support for
  4207.   german 1TR6 and EURO/DSS1 if you have only one ISDN card
  4208.   installed. (not working yet, under developement)
  4209.  
  4210. HiSax Support for german 1TR6
  4211. CONFIG_HISAX_1TR6
  4212.   You should choose your D-channel protocol your local
  4213.   telephone service provider uses here by saying Y or N.
  4214.   NOTE: This is mutually exclusive with HiSax Support for
  4215.   EURO/DSS1 and US/NI-1 if you have only one ISDN card
  4216.   installed.
  4217.  
  4218. PCBIT-D support
  4219. CONFIG_ISDN_DRV_PCBIT
  4220.   This enables support for the PCBIT ISDN-cards. This card is
  4221.   manufactured in Portugal by Octal. For running this card, additional
  4222.   firmware is necessary, which has to be downloaded into the card
  4223.   using a utility which is distributed separately.  See
  4224.   Documentation/isdn/README and Documentation/isdn/README.pcbit for
  4225.   more information.
  4226.  
  4227. Spellcaster support (EXPERIMENTAL)
  4228. CONFIG_ISDN_DRV_SC
  4229.   This enables support for the Spellcaster BRI boards. This driver
  4230.   currently builds in a modularized version only.
  4231.   See Documentation/isdn/README.sc and http://www.spellcast.com
  4232.   for more information.
  4233.  
  4234. AVM-B1 with CAPI2.0 support
  4235. CONFIG_ISDN_DRV_AVMB1
  4236.   This enables support for the AVM B1 card and also adds a CAPI2.0
  4237.   interface for this card. For running this card, additional firmware
  4238.   is necessary, which has to be downloaded into the card using a
  4239.   utility which is distributed separately.
  4240.   See Documentation/isdn/README.avmb1 for more information.
  4241.  
  4242. Support for AP1000 multicomputer
  4243. CONFIG_AP1000
  4244.   This enables support for a sparc based parallel multi-computer
  4245.   called an AP1000+. For details on our efforts to port Linux to this
  4246.   machine see http://cap.anu.edu.au/cap/projects/linux or mail to
  4247.   hackers@cafe.anu.edu.au
  4248.  
  4249. Sparc ESP SCSI support
  4250. CONFIG_SCSI_SUNESP
  4251.   This is the driver for the Sun ESP SCSI host adapter. The ESP
  4252.   chipset is present in most SPARC-based computers.
  4253.  
  4254. Sparc /dev/openprom compatibility driver
  4255. CONFIG_SUN_OPENPROMIO
  4256.   This driver provides user programs with an interface to the Sparc
  4257.   PROM device tree. The driver implements a SunOS-compatible
  4258.   interface and a NetBSD-compatible interface. If you want to
  4259.   compile this as a module ( = code which can be inserted in and
  4260.   removed from the running kernel whenever you want), say M and read
  4261.   Documentation/modules.txt. If unsure, say Y.
  4262.  
  4263. # need an empty line after last entry, for sed script in Configure.
  4264.  
  4265. #
  4266. # This is used by ispell.el:
  4267. #
  4268. # LocalWords:  CONFIG coprocessor DX Pentium SX lilo loadlin HOWTO ftp sunsite
  4269. # LocalWords:  unc edu docs emu README kB BLK DEV FD Thinkpad fd MFM RLL IDE gz
  4270. # LocalWords:  cdrom harddisk diskless netboot nfs xzvf ATAPI MB harddrives ide
  4271. # LocalWords:  HD harddisks CDROMs IDECD NEC MITSUMI filesystem XT XD PCI bios
  4272. # LocalWords:  ISA EISA Microchannel VESA BIOSes IPC SYSVIPC ipc Ctrl dmesg hlt
  4273. # LocalWords:  BINFMT Linkable http ac uk jo html GCC Sparc AVANTI CABRIOLET EB
  4274. # LocalWords:  netscape gcc LD CC toplevel MODVERSIONS insmod rmmod modprobe IP
  4275. # LocalWords:  genksyms INET loopback gatewaying ethernet internet PPP ARP Arp
  4276. # LocalWords:  howto multicasting MULTICAST MBONE firewalling ipfw ACCT resp ip
  4277. # LocalWords:  proc acct IPIP encapsulator decapsulator klogd PCTCP RARP EXT PS
  4278. # LocalWords:  telneting subnetted NAGLE rlogin NOSR ttyS TGA techinfo mbone nl
  4279. # LocalWords:  Mb SKB IPX Novell Netware dosemu Appletalk DDP ATALK tapedrive
  4280. # LocalWords:  SD CHR scsi thingy SG CD LUNs LUN jukebox Adaptec BusLogic EATA
  4281. # LocalWords:  buslogic DMA DPT ATT eata dma PIO UltraStor fdomain umsdos ext
  4282. # LocalWords:  QLOGIC qlogic TMC seagate Trantor ultrastor FASST wd NETDEVICES
  4283. # LocalWords:  unix BBS linux nullmodem CSLIP PLIP Kirch's LDP CSlip SL SCC IRQ
  4284. # LocalWords:  Turbo Laplink plip NCSA port's ReQuest IRQs EQL SMC AMD PCnet NE
  4285. # LocalWords:  COM ELPLUS Com EtherLinkIII VLB Arcnet arcnet Cabletron DEPCA DE
  4286. # LocalWords:  depca EtherWorks EWRK ewrk SEEQ EtherExpressPro EEXPRESS NI xxx
  4287. # LocalWords:  EtherExpress WaveLAN wavelan PCLAN HPLAN VG SK Ansel Xen de ZNET
  4288. # LocalWords:  PCMCIA cb stanford pcmcia LAN TEC RealTek ATP atp DLINK NetTools
  4289. # LocalWords:  TR Sony CDU caddyless cdu Mitsumi MCD cd mcd XA MultiSession CDA
  4290. # LocalWords:  Matsushita Panasonic SBPCD Soundblaster Longshine sbpcd Aztech
  4291. # LocalWords:  Okano Wearnes AZTCD CDD SE aztcd sonycd Goldstar GSCD Philips fs
  4292. # LocalWords:  LMS OPTCD Sanyo SJCD minix faqs xiafs XIA msdos harddrive mtools
  4293. # LocalWords:  std softlinks umssync NetworkFileSharing nfsd mountd CDs HPFS TI
  4294. # LocalWords:  hpfs SYSV SCO intel iBCS Wyse WordPerfect tsx mit unixes sysv NR
  4295. # LocalWords:  SMB WfW Cyclades async mux Logitech busmouse MouseSystem aka AST
  4296. # LocalWords:  PSMOUSE Compaq trackballs Travelmate Inport ATIXL ATI busmice ld
  4297. # LocalWords:  gpm config QIC DYNCONF FTAPE Stor Ftape ftape pcsndrv manpage NT
  4298. # LocalWords:  readprofile diskdrives org com masq EtherTalk tcp netrom sunacm
  4299. # LocalWords:  misc AIC aic pio nullmodems scc Portmaster eql GIS PhotoCDs MCDX
  4300. # LocalWords:  mcdx gscd optcd sjcd ISP soundcard hdparm Workgroups Lan samba
  4301. # LocalWords:  filesystems smbfs ATA ppp PCTech RZ www powerquest txt CMD ESDI
  4302. # LocalWords:  chipset FB multicast MROUTE appletalk ifconfig IBMTR multiport
  4303. # LocalWords:  Multisession STALDRV EasyIO EC EasyConnection ISTALLION ONboard
  4304. # LocalWords:  Brumby pci TNC cis ohio faq usenet NETLINK dev hydra ca Tyne mem
  4305. # LocalWords:  carleton Deskstation DECstation SUNFD JENSEN Noname XXXM SLiRP
  4306. # LocalWords:  pppd Zilog ZS soundcards SRM bootloader ez mainmenu rarp ipfwadm
  4307. # LocalWords:  RTNETLINK mknod xos MTU lwared Macs mac netatalk macs cs Wolff
  4308. # LocalWords:  dartmouth flowerpt MultiMaster FlashPoint tudelft etherexpress
  4309. # LocalWords:  ICL EtherTeam ETH IDESCSI TXC SmartRAID SmartCache httpd sjc dlp
  4310. # LocalWords:  thesphere TwoServers BOOTP DHCP ncpfs BPQETHER BPQ chipsets MG
  4311. # LocalWords:  bsd comp Sparcstation le SunOS ie Gracilis PackeTwin PT pt LU FX
  4312. # LocalWords:  FX TEAC SoundBlaster CR CreativeLabs LCS mS ramdisk IDETAPE cmd
  4313. # LocalWords:  Vertos Genoa Funai hsfs NCP NetWare tgz APM apm ioctls UltraLite
  4314. # LocalWords:  TravelMate CDT LCD backlight VC RPC Mips DECStation AXP barlow
  4315. # LocalWords:  PMAX MILO Alphas Multia Tseng linuxelf endian mipsel mips drv HT
  4316. # LocalWords:  KERNELD kerneld callouts AdvanSys advansys diskquotas Admin WDT
  4317. # LocalWords:  wdt hdb hdc bugfix SiS vlb Acculogic CSA DTC dtc Holtek ht QDI
  4318. # LocalWords:  QD qd UMC umc ALI ali lena fnet fr homepage azstarnet axplinux
  4319. # LocalWords:  Avanti XL AlphaStations Jensen DECpc AXPpci UDB Cabriolet MCA RC
  4320. # LocalWords:  AlphaPC uwaterloo cpbeaure mca AOUT OUTput PPro sipx gwdg lo nwe
  4321. # LocalWords:  Keepalive linefill RELCOM keepalive analogue CDR conf CDI INIT
  4322. # LocalWords:  OPTi isp irq noisp VFAT vfat NTFS losetup dmsdosfs dosfs ISDN MP
  4323. # LocalWords:  NOWAYOUT behaviour dialin isdn callback BTX Teles ICN EDSS Cisco
  4324. # LocalWords:  ipppd syncppp RFC MPP VJ downloaded icn NICCY Creatix shmem ufr
  4325. # LocalWords:  ibp md ARCnet ether encap NDIS arcether ODI Amigas AmiTCP NetBSD
  4326. # LocalWords:  initrd tue util DES funet des OnNet BIOSP smc Travan Iomega CMS
  4327. # LocalWords:  FC DC dc PPA IOMEGA's ppa RNFS FMV Fujitsu ARPD arpd loran layes
  4328. # LocalWords:  FRAD indiana framerelay DLCI DCLIs Sangoma SDLA mrouted sync sec
  4329. # LocalWords:  Starmode Metricom MosquitoNet mosquitonet kbit nfsroot Digiboard
  4330. # LocalWords:  DIGI Xe Xeve digiboard UMISC touchscreens mtu ethernets HBAs MEX
  4331. # LocalWords:  Shifflett netcom js jshiffle WIC DECchip ELCP EtherPower dst RTC
  4332. # LocalWords:  rtc SMP lp Digi Intl RightSwitch DGRS dgrs AFFS Amiga UFS SDL AP
  4333. # LocalWords:  Solaris RISCom riscom syncPPP PCBIT pcbit sparc anu au artoo ufs
  4334. # LocalWords:  hitchcock Crynwr cnam pktdrvr NCSA's CyDROM CyCDROM FreeBSD NeXT
  4335. # LocalWords:  NeXTstep disklabel disklabels SMD FFS tm AmigaOS diskfiles Un IQ
  4336. # LocalWords:  Bernd informatik rwth aachen uae affs multihosting bytecode java
  4337. # LocalWords:  applets applet JDK ncsa cabi SNI Alphatronix readme LANs scarab
  4338. # LocalWords:  winsock RNIS caltech OSPF honour Honouring Mbit Localtalk DEFRAG
  4339. # LocalWords:  localtalk download Packetwin Baycom baycom interwork ascii JNT
  4340. # LocalWords:  Camtec proxying indyramp defragment defragmented UDP FAS FASXX
  4341. # LocalWords:  FastSCSI SIO FDC qlogicfas QLogic qlogicisp setbaycom ife ee LJ
  4342. # LocalWords:  ethz ch Travelmates ProAudioSpectrum ProAudio SoundMan SB SBPro
  4343. # LocalWords:  Thunderboard SM OPL FM ADLIB TSR Gravis MPU PSS ADI SW DSP codec
  4344. # LocalWords:  ADSP ESC ASIC daughtercard GUSMAX MSS NX AdLib Excell Ensoniq YM
  4345. # LocalWords:  SoundScape Spea MediaTriX AudioTriX WSS OTI ThunderBoard VoxWare
  4346. # LocalWords:  Soundscape SSCAPE TRIX MediaTrix PnP Maui dsp midixx EIA getty
  4347. # LocalWords:  mgetty sendfax gert greenie muc lowlevel Lasermate LanManager io
  4348. # LocalWords:  OOPSes trackball binghamton mobileip ncr IOMAPPED settags ns ser
  4349. # LocalWords:  setsync NEGO MPARITY autotuning prefetch PIIX cdwrite utils rc
  4350. # LocalWords:  PCWATCHDOG berkprod bitgate Boldt boldt ucsb jf kyoto jp euc ntt
  4351. # LocalWords:  Tetsuyasu YAMADA tetsu cauchy nslab nevod perm su doc kaf kheops
  4352. # LocalWords:  traduc Bourgin dbourgin wsc helptext menuconfig kfill READMEs DS
  4353. # LocalWords:  HOWTOs firewalls SYN RST QMAGIC ZMAGIC ipautofw netis rlynch syr
  4354. # LocalWords:  ICMP tracert Xterminal Xkernel jmwobus comfaqs dhcp radio's tapr
  4355. # LocalWords:  pkthome lnxbay RoamAbout mconv sed LocalWords
  4356.